Home
last modified time | relevance | path

Searched defs:dump_profile (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dcallstack.c135 CLG_(dump_profile)(trigger, True); in function_entered() local
157 CLG_(dump_profile)(trigger, True); in function_left() local
Dthreads.c190 CLG_(dump_profile)(buf, False); in CLG_() local
Dmain.c1595 CLG_(dump_profile)(req, False); in handle_gdb_monitor_command() local
1659 CLG_(dump_profile)(buf, True); in CLG_() local
Ddump.c1477 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) in CLG_() argument
/external/e2fsprogs/lib/support/
Dprofile.c905 static void dump_profile(struct profile_node *root, int level, in dump_profile() function