Searched refs:graph (Results 1 – 25 of 39) sorted by relevance
12
/tools/power/pm-graph/ |
D | Makefile | 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 18 install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
D | README | 8 pm-graph: suspend/resume/boot timing analysis tools 11 Home Page: https://01.org/pm-graph 13 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph 14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools 18 https://01.org/pm-graph/documentation/getting-started 21 https://01.org/pm-graph/documentation/3-config-file-format 24 https://github.com/intel/pm-graph/ 75 $> git clone http://github.com/intel/pm-graph.git 76 $> cd pm-graph 370 # Proc mode: graph user processes and cpu usage in the timeline (def: false) [all …]
|
/tools/perf/Documentation/ |
D | perf-ftrace.txt | 89 call-graph - Display kernel stack trace for function tracer. 93 --graph-funcs=:: 94 Select function_graph tracer and set graph filter on the given 102 Select function_graph tracer and set graph notrace filter on the 109 --graph-opts:: 115 depth=<n> - Set max depth for function graph tracer to follow.
|
D | perf-config.txt | 112 [call-graph] 115 print-type = graph 149 To query the record mode of call graph, do 151 % perf config call-graph.record-mode 155 % perf config report.queue-size call-graph.order report.children 157 To query the config value of sort order of call graph in user config file (i.e. `~/.perfconfig`), do 159 % perf config --user call-graph.sort-order 426 call-graph.*:: 428 -g/--call-graph options). 430 call-graph.record-mode:: [all …]
|
D | perf-trace.txt | 170 --call-graph [mode,type,min[,limit],order[,key][,branch]]:: 171 Setup and enable call-graph (stack chain/backtrace) recording. 172 See `--call-graph` section in perf-record and perf-report 174 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'. 180 --kernel-syscall-graph:: 202 knobs in --call-graph dwarf. 204 Implies '--call-graph dwarf' when --call-graph not present on the 214 Implies '--call-graph dwarf' when --call-graph not present on the 308 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
|
D | perf-report.txt | 233 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 241 - graph: use a graph tree, displaying absolute overhead rates. (default) 242 - fractal: like graph, but displays relative rates. Each branch of 248 included in the output call graph. Default is 0.5 (%). 251 number of call graph entries in a single hist entry. Note that it needs 256 - callee: callee based call graph. 257 - caller: inverted caller based call graph. 293 alias for inverted caller based call graph. 298 function into one place in the call-graph tree. 417 --call-graph option for details. [all …]
|
D | perf-top.txt | 180 Enables call-graph (stack chain/backtrace) recording. 182 --call-graph [mode,type,min[,limit],order[,key][,branch]]:: 183 Setup and enable call-graph (stack chain/backtrace) recording, 184 implies -g. See `--call-graph` section in perf-record and 190 and will be sorted on the data. It requires -g/--call-graph option 205 function into one place in the call-graph tree. 336 callgraph. The option must be used with --call-graph lbr recording.
|
/tools/perf/tests/attr/ |
D | README | 47 perf record -g kill (test-record-graph-default) 48 perf record --call-graph dwarf kill (test-record-graph-dwarf) 49 perf record --call-graph fp kill (test-record-graph-fp)
|
D | test-record-graph-fp | 3 args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1
|
D | test-record-graph-dwarf | 3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1
|
/tools/power/pm-graph/config/ |
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
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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
|
D | custom-timeline-functions.cfg | 29 # graph source functions in the timeline (default: false) 45 # graph only devices longer than min in the timeline (default: 0.001 ms)
|
/tools/memory-model/ |
D | linux-kernel.cfg | 4 graph columns
|
/tools/testing/ktest/examples/include/ |
D | bootconfig.conf | 48 TEST_NAME = bootconfig function graph function
|
/tools/perf/ui/ |
D | browser.h | 50 void ui_browser__write_graph(struct ui_browser *browser, int graph);
|
12