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

  /external/selinux/policycoreutils/mcstrans/utils/
callgrind-mcstransd 4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind --tool=callgrind /usr/src/redhat/BUILD/*/src/mcstransd
  /external/valgrind/
Android.mk 392 # Build callgrind-$(TARGET_ARCH)-linux
394 vg_local_module := callgrind
401 callgrind/bb.c \
402 callgrind/bbcc.c \
403 callgrind/callstack.c \
404 callgrind/clo.c \
405 callgrind/context.c \
406 callgrind/costs.c \
407 callgrind/debug.c \
408 callgrind/dump.c
    [all...]
  /external/valgrind/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/jemalloc/bin/
jeprof.in 194 --callgrind Generate callgrind format to stdout
394 "callgrind!" => \$main::opt_callgrind,
890 if (m/^\s*callgrind\s*([^ \n]*)/) {
897 $filename = TempName($main::next_tmpfile, "callgrind");
    [all...]

Completed in 536 milliseconds