Home
last modified time | relevance | path

Searched refs:__ghscallgraph_hashtbl (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_gprf.c118 static Arc ** __ghscallgraph_hashtbl; variable
173 if (__ghscallgraph_hashtbl) { in __ghs_prof_clear_callgraph()
174 memset((char *) __ghscallgraph_hashtbl, 0, in __ghs_prof_clear_callgraph()
259 Arc *a = __ghscallgraph_hashtbl[hashidx]; in __ghs_prof_dump_callgraph()
347 __ghscallgraph_hashtbl = in init_callgraph()
350 if (!__ghscallgraph_hashtbl) { in init_callgraph()
358 __ghscallgraph_arcpool = (Arc *)(__ghscallgraph_hashtbl + in init_callgraph()
426 if (!__ghscallgraph_hashtbl) { in __ghs_indgcount()
442 arcnextptr = &(__ghscallgraph_hashtbl[hashidx]); in __ghs_indgcount()