Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c76 static void showCounts ( void ) in showCounts() function
101 showCounts(); \
Dguest_x86_helpers.c435 static void showCounts ( void ) in showCounts() function
582 if (SHOW_COUNTS_NOW) showCounts(); in x86g_calculate_eflags_all()
601 if (SHOW_COUNTS_NOW) showCounts(); in x86g_calculate_eflags_c()
653 if (SHOW_COUNTS_NOW) showCounts(); in x86g_calculate_condition()
Dguest_amd64_helpers.c513 static void showCounts ( void ) in showCounts() function
677 if (SHOW_COUNTS_NOW) showCounts(); in amd64g_calculate_rflags_all()
695 if (SHOW_COUNTS_NOW) showCounts(); in amd64g_calculate_rflags_c()
750 if (SHOW_COUNTS_NOW) showCounts(); in amd64g_calculate_condition()
/external/valgrind/main/cachegrind/
Dcg_merge.c385 static void showCounts ( FILE* f, Counts* c ) in showCounts() function
414 showCounts( f, subVal ); in show_CacheProfFile()