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

  /external/valgrind/main/
Android.mk 386 # Build callgrind-$(TARGET_ARCH)-linux
388 vg_local_module := callgrind
395 callgrind/bb.c \
396 callgrind/bbcc.c \
397 callgrind/callstack.c \
398 callgrind/clo.c \
399 callgrind/context.c \
400 callgrind/costs.c \
401 callgrind/debug.c \
402 callgrind/dump.c
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 3 ##--- Control supervision of applications run with callgrind ---##
7 # This file is part of Callgrind, a cache-simulator and call graph
35 if (!($cmd =~ /--tool=callgrind/)) { next; }
51 print "Observe the status and control currently active callgrind runs.\n";
70 print "active Callgrind runs. Default action is printing short information.\n\n";
321 print "Error: Callgrind task with PID/name '$arg' not detected.\n";
332 print "No active callgrind runs detected.\n";
callgrind_annotate.in 8 # This file is part of Callgrind, a cache-simulator and call graph
36 # Annotator for cachegrind/callgrind.
201 usage: callgrind_annotate [options] [callgrind-out-file [source-files...]]
320 $input_file = (<callgrind.out*>)[0];
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 193 --callgrind Generate callgrind format to stdout
386 "callgrind!" => \$main::opt_callgrind,
860 if (m/^\s*callgrind\s*([^ \n]*)/) {
867 $filename = TempName($main::next_tmpfile, "callgrind");
    [all...]
  /external/jemalloc/bin/
pprof 193 --callgrind Generate callgrind format to stdout
386 "callgrind!" => \$main::opt_callgrind,
860 if (m/^\s*callgrind\s*([^ \n]*)/) {
867 $filename = TempName($main::next_tmpfile, "callgrind");
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 193 --callgrind Generate callgrind format to stdout
386 "callgrind!" => \$main::opt_callgrind,
860 if (m/^\s*callgrind\s*([^ \n]*)/) {
867 $filename = TempName($main::next_tmpfile, "callgrind");
    [all...]

Completed in 417 milliseconds