HomeSort by relevance Sort by last modified time
    Searched refs:callgrind (Results 1 - 13 of 13) 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...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 61 "callgrind": {c, report.Callgrind, awayFromTTY("callgraph.out"), false, "Outputs a graph in callgrind format"},
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 61 "callgrind": {c, report.Callgrind, awayFromTTY("callgraph.out"), false, "Outputs a graph in callgrind format"},
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 175 callgrind [n] [focus_regex]* [-ignore_regex]* [>file]
176 Produce a file in callgrind-compatible format.
driver.go 907 case f.isFormat("callgrind"):
908 // Aggregate to file/line for callgrind.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 175 callgrind [n] [focus_regex]* [-ignore_regex]* [>file]
176 Produce a file in callgrind-compatible format.
driver.go 907 case f.isFormat("callgrind"):
908 // Aggregate to file/line for callgrind.
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 49 case Callgrind:
351 // printCallgrind prints a graph for a profile on callgrind format.
391 // callgrindName implements the callgrind naming compression scheme.
938 Callgrind
1213 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind {
1216 // be scaled down to 0.01, except for callgrind reports since
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 49 case Callgrind:
351 // printCallgrind prints a graph for a profile on callgrind format.
391 // callgrindName implements the callgrind naming compression scheme.
938 Callgrind
1213 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind {
1216 // be scaled down to 0.01, except for callgrind reports since
    [all...]

Completed in 282 milliseconds