Searched refs:graph (Results 1 – 25 of 48) sorted by relevance
12
| /tools/power/pm-graph/ |
| A D | Makefile | 36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph 37 $(INSTALL) sleepgraph.py $(DESTDIR)$(LIBDIR)/pm-graph 38 $(INSTALL) bootgraph.py $(DESTDIR)$(LIBDIR)/pm-graph 39 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph/config 67 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/config/* 69 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/config; \ 71 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__/* 73 rmdir $(DESTDIR)$(LIBDIR)/pm-graph/__pycache__; \ 75 rm -f $(DESTDIR)$(LIBDIR)/pm-graph/* 76 if [ -d $(DESTDIR)$(LIBDIR)/pm-graph ] ; then \ [all …]
|
| A D | install_latest_from_github.sh | 16 rm -rf pm-graph 22 git clone http://github.com/intel/pm-graph.git $OUT/pm-graph 29 cd $OUT/pm-graph
|
| /tools/perf/tests/shell/attr/ |
| A D | README | 47 perf record -g kill (test-record-graph-default) 48 perf record -g kill (test-record-graph-default-aarch64) 49 perf record --call-graph dwarf kill (test-record-graph-dwarf) 50 perf record --call-graph fp kill (test-record-graph-fp) 51 perf record --call-graph fp kill (test-record-graph-fp-aarch64)
|
| A D | test-record-graph-fp-aarch64 | 3 args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1
|
| A D | test-record-graph-fp | 3 args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1
|
| A D | test-record-graph-dwarf | 3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
|
| /tools/perf/tests/shell/ |
| A D | ftrace.sh | 42 perf ftrace trace --graph-opts depth=5 sleep 0.1 > "${output}" 70 perf ftrace profile --graph-opts depth=5 sleep 0.1 > "${output}"
|
| A D | test_arm_callgraph_fp.sh | 32 perf record -o "$PERF_DATA" --call-graph fp -e cycles//u --user-callchains -- $TEST_PROGRAM
|
| /tools/perf/Documentation/ |
| A D | perf-ftrace.txt | 103 - call-graph - Display kernel stack trace for function tracer. 107 --graph-funcs=:: 108 Select function_graph tracer and set graph filter on the given 116 Select function_graph tracer and set graph notrace filter on the 123 --graph-opts:: 134 - depth=<n> - Set max depth for function graph tracer to follow. 190 --graph-funcs=:: 191 Set graph filter on the given function (or a glob pattern). This is 198 Set graph notrace filter on the given function (or a glob pattern). 214 --graph-opts:: [all …]
|
| A D | perf-config.txt | 112 [call-graph] 115 print-type = graph 443 call-graph.*:: 455 call-graph.dump-size:: 459 call-graph.print-type:: 460 The print-types can be graph (graph absolute), fractal (graph relative), 485 call-graph.order:: 496 call-graph.sort-key:: 502 call-graph.threshold:: 563 top.call-graph:: [all …]
|
| A D | perf-trace.txt | 175 --call-graph [mode,type,min[,limit],order[,key][,branch]]:: 176 Setup and enable call-graph (stack chain/backtrace) recording. 177 See `--call-graph` section in perf-record and perf-report 179 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'. 185 --kernel-syscall-graph:: 207 knobs in --call-graph dwarf. 209 Implies '--call-graph dwarf' when --call-graph not present on the 219 Implies '--call-graph dwarf' when --call-graph not present on the 316 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
|
| A D | tips.txt | 30 If call chains don't work try perf record --call-graph dwarf or --call-graph lbr 37 To only collect call graph on one event use perf record -e cpu/cpu-cycles,callgraph=1/,branches ; p… 43 … use --stitch-lbr to handle more than 32 deep entries: perf record --call-graph lbr ; perf report …
|
| /tools/power/pm-graph/config/ |
| A D | suspend-callgraph.cfg | 47 # graph user processes and cpu usage in the timeline (default: false) 51 # graph source functions in the timeline (default: false) 71 # graph only devices longer than min in the timeline (default: 0.001 ms) 80 # Max graph depth
|
| A D | freeze.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | standby.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | standby-callgraph.cfg | 47 # graph user processes and cpu usage in the timeline (default: false) 51 # graph source functions in the timeline (default: false) 71 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | standby-dev.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | suspend-dev.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | suspend-x2-proc.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | suspend.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | freeze-callgraph.cfg | 47 # graph user processes and cpu usage in the timeline (default: false) 51 # graph source functions in the timeline (default: false) 71 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | freeze-dev.cfg | 46 # graph user processes and cpu usage in the timeline (default: false) 50 # graph source functions in the timeline (default: false) 70 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
| A D | example.cfg | 70 # graph user processes and cpu usage in the timeline (default: false) 74 # graph source functions in the timeline (default: false) 98 # graph only devices longer than min in the timeline (default: 0.001 ms) 125 # Max graph depth
|
| /tools/memory-model/ |
| A D | linux-kernel.cfg | 5 graph columns
|
| /tools/testing/ktest/examples/include/ |
| A D | bootconfig.conf | 48 TEST_NAME = bootconfig function graph function
|
Completed in 20 milliseconds
12