Searched refs:dump_profile (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/callgrind/
H A Dcallstack.c135 CLG_(dump_profile)(trigger, True);
157 CLG_(dump_profile)(trigger, True);
H A Dthreads.c187 CLG_(dump_profile)(buf, False);
H A Dglobal.h728 void CLG_(dump_profile)(const HChar* trigger,Bool only_current_thread);
H A Dmain.c1598 CLG_(dump_profile)(req, False);
1653 CLG_(dump_profile)("Client Request", True);
1661 CLG_(dump_profile)(buf, True);
1902 CLG_(dump_profile)(0, False);
H A Ddump.c1618 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) function
1620 CLG_DEBUG(2, "+ dump_profile(Trigger '%s')\n",
/external/e2fsprogs/e2fsck/
H A Dprofile.c902 static void dump_profile(struct profile_node *root, int level, function
943 dump_profile(p, level+1, cb, data);
954 dump_profile(p, level+1, cb, data);
971 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
1012 dump_profile(root, 0, dump_profile_to_buffer_cb, &prof_buf);

Completed in 289 milliseconds