Searched defs:dump_profile (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/callgrind/
H A Ddump.c1474 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) function
1476 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 129 milliseconds