Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_merge.c397 FileFn* topKey; in show_CacheProfFile() local
408 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) { in show_CacheProfFile()
410 topKey->fi_name, topKey->fn_name ); in show_CacheProfFile()
543 FileFn* topKey; in handle_counts() local
555 topKey = malloc(sizeof(FileFn)); in handle_counts()
556 if (topKey) { in handle_counts()
557 topKey->fi_name = strdup(fi); in handle_counts()
558 topKey->fn_name = strdup(fn); in handle_counts()
560 if (! (topKey && topKey->fi_name && topKey->fn_name)) in handle_counts()
564 if (lookupFM( cpf->outerMap, (Word*)(&countsMap), (Word)topKey )) { in handle_counts()
[all …]