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

  /external/valgrind/main/callgrind/
callstack.c 135 CLG_(dump_profile)(trigger, True);
157 CLG_(dump_profile)(trigger, True);
main.c     [all...]
threads.c 187 CLG_(dump_profile)(buf, False);
command.c 473 CLG_(dump_profile)(buf, False);
global.h 721 void CLG_(dump_profile)(Char* trigger,Bool only_current_thread);
dump.c 1618 void CLG_(dump_profile)(Char* trigger, Bool only_current_thread) function
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 897 static void dump_profile(struct profile_node *root, int level, function
938 dump_profile(p, level+1, cb, data);
949 dump_profile(p, level+1, cb, data);
966 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
1007 dump_profile(root, 0, dump_profile_to_buffer_cb, &prof_buf);
    [all...]

Completed in 121 milliseconds