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 1477 void CLG_(dump_profile)(const HChar* trigger, Bool only_current_thread) function
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 905 static void dump_profile(struct profile_node *root, int level, function
946 dump_profile(p, level+1, cb, data);
957 dump_profile(p, level+1, cb, data);
974 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
1015 dump_profile(root, 0, dump_profile_to_buffer_cb, &prof_buf);
    [all...]

Completed in 147 milliseconds