/external/selinux/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/boringssl/src/util/ |
generate-coverage.sh | 36 mkdir "$BUILD/callgrind/" 39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 16 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info"
|
/external/valgrind/ |
Android.mk | 418 # Build callgrind-$(TARGET_ARCH)-linux 420 vg_local_module := callgrind 427 callgrind/bb.c \ 428 callgrind/bbcc.c \ 429 callgrind/callstack.c \ 430 callgrind/clo.c \ 431 callgrind/context.c \ 432 callgrind/costs.c \ 433 callgrind/debug.c \ 434 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/vendor/github.com/google/pprof/internal/report/ |
report.go | 39 Callgrind = iota 115 case Callgrind: 132 callTree := o.CallTree && (o.OutputFormat == Dot || o.OutputFormat == Callgrind) 219 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind { 222 // be scaled down to 0.01, except for callgrind reports since 276 CallTree: o.CallTree && (o.OutputFormat == Dot || o.OutputFormat == Callgrind), 284 case Raw, List, WebList, Dis, Callgrind: 862 // printCallgrind prints a graph for a profile on callgrind format. 918 // the name to use in the callgrind output. Callgrind merges al [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
report.go | 39 Callgrind = iota 115 case Callgrind: 132 callTree := o.CallTree && (o.OutputFormat == Dot || o.OutputFormat == Callgrind) 219 if minUnit != maxUnit && minValue*100 < maxValue && o.OutputFormat != Callgrind { 222 // be scaled down to 0.01, except for callgrind reports since 276 CallTree: o.CallTree && (o.OutputFormat == Dot || o.OutputFormat == Callgrind), 284 case Raw, List, WebList, Dis, Callgrind: 862 // printCallgrind prints a graph for a profile on callgrind format. 918 // the name to use in the callgrind output. Callgrind merges al [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
commands.go | 102 "callgrind": {report.Callgrind, nil, awayFromTTY("callgraph.out"), false, "Outputs a graph in callgrind format", reportHelp("callgrind", false, true)}, 121 // Visualize callgrind output 122 "kcachegrind": {report.Callgrind, nil, invokeVisualizer("grind", kcachegrind), false, "Visualize report in KCachegrind", reportHelp("kcachegrind", false, false)},
|
driver.go | 159 case "callgrind", "kcachegrind":
|
interactive_test.go | 291 "callgrind fun -ignore >out",
|
driver_test.go | 68 {"callgrind", "cpu"}, 69 {"callgrind,call_tree", "cpu"}, 70 {"callgrind", "heap"}, 253 name = addString(name, f, []string{"text", "tree", "callgrind", "dot", "svg", "tags", "dot", "traces", "disasm", "peek", "weblist", "topproto", "comments"}) [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
commands.go | 102 "callgrind": {report.Callgrind, nil, awayFromTTY("callgraph.out"), false, "Outputs a graph in callgrind format", reportHelp("callgrind", false, true)}, 121 // Visualize callgrind output 122 "kcachegrind": {report.Callgrind, nil, invokeVisualizer("grind", kcachegrind), false, "Visualize report in KCachegrind", reportHelp("kcachegrind", false, false)},
|
driver.go | 159 case "callgrind", "kcachegrind":
|
interactive_test.go | 291 "callgrind fun -ignore >out",
|
driver_test.go | 68 {"callgrind", "cpu"}, 69 {"callgrind,call_tree", "cpu"}, 70 {"callgrind", "heap"}, 253 name = addString(name, f, []string{"text", "tree", "callgrind", "dot", "svg", "tags", "dot", "traces", "disasm", "peek", "weblist", "topproto", "comments"}) [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...] |
/external/valgrind/none/tests/ |
cmdline2.stdout.exp | 208 --xtree-compress-strings=no|yes compress strings in xtree callgrind format [yes]
|
/external/pdfium/samples/ |
pdfium_test.cc | 45 #include <valgrind/callgrind.h> 741 } else if (cur_arg == "--callgrind-delim") { [all...] |