Searched refs:graph (Results 1 – 25 of 36) 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 | 3 pm-graph: suspend/resume/boot timing analysis tools 6 Home Page: https://01.org/pm-graph 8 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph 9 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools 13 https://01.org/pm-graph/documentation/getting-started 16 https://01.org/pm-graph/documentation/3-config-file-format 19 https://github.com/intel/pm-graph/ 69 $> git clone http://github.com/intel/pm-graph.git 70 $> cd pm-graph 266 # Proc mode: graph user processes and cpu usage in the timeline (def: false) [all …]
|
/tools/perf/Documentation/ |
D | perf-ftrace.txt | 66 --graph-funcs=:: 67 Set graph filter on the given function (or a glob pattern). 75 Set graph notrace filter on the given function (or a glob pattern). 82 --graph-depth=:: 83 Set max depth for function graph tracer to follow
|
D | perf-config.txt | 112 [call-graph] 115 print-type = graph 148 To query the record mode of call graph, do 150 % perf config call-graph.record-mode 154 % perf config report.queue-size call-graph.order report.children 156 To query the config value of sort order of call graph in user config file (i.e. `~/.perfconfig`), do 158 % perf config --user call-graph.sort-order 379 call-graph.*:: 381 there're options in control of call-graph. 383 call-graph.record-mode:: [all …]
|
D | perf-trace.txt | 161 --call-graph [mode,type,min[,limit],order[,key][,branch]]:: 162 Setup and enable call-graph (stack chain/backtrace) recording. 163 See `--call-graph` section in perf-record and perf-report 165 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'. 171 --kernel-syscall-graph:: 193 knobs in --call-graph dwarf. 195 Implies '--call-graph dwarf' when --call-graph not present on the 205 Implies '--call-graph dwarf' when --call-graph not present on the 294 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
|
D | perf-report.txt | 220 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 228 - graph: use a graph tree, displaying absolute overhead rates. (default) 229 - fractal: like graph, but displays relative rates. Each branch of 235 included in the output call graph. Default is 0.5 (%). 238 number of call graph entries in a single hist entry. Note that it needs 243 - callee: callee based call graph. 244 - caller: inverted caller based call graph. 280 alias for inverted caller based call graph. 285 function into one place in the call-graph tree. 393 --call-graph option for details. [all …]
|
D | perf-top.txt | 169 Enables call-graph (stack chain/backtrace) recording. 171 --call-graph [mode,type,min[,limit],order[,key][,branch]]:: 172 Setup and enable call-graph (stack chain/backtrace) recording, 173 implies -g. See `--call-graph` section in perf-record and 179 and will be sorted on the data. It requires -g/--call-graph option 194 function into one place in the call-graph tree.
|
D | perf-timechart.txt | 96 Do call-graph (stack chain/backtrace) 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 | 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 | 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 | 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 | 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.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 | 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 | 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 | 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/perf/ui/ |
D | browser.h | 50 void ui_browser__write_graph(struct ui_browser *browser, int graph);
|
12