Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dglobal.h690 void CLG_(dump_profile)(const HChar* trigger,Bool only_current_thread);
691 void CLG_(zero_all_cost)(Bool only_current_thread);
Ddump.c1453 static void print_bbccs(const HChar* trigger, Bool only_current_thread) in print_bbccs() argument
1468 else if (only_current_thread) in print_bbccs()
1477 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) in CLG_()
1491 print_bbccs(trigger, only_current_thread); in CLG_()
Dmain.c1416 void CLG_(zero_all_cost)(Bool only_current_thread) in CLG_()
1421 if (only_current_thread) in CLG_()