HomeSort by relevance Sort by last modified time
    Searched defs:dump_profile (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
dump.c 1474 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) function
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 902 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);
    [all...]

Completed in 200 milliseconds