Home
last modified time | relevance | path

Searched refs:callgraph (Results 1 – 22 of 22) sorted by relevance

/tools/power/pm-graph/config/
Dfreeze-callgraph.cfg9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg
77 # gather detailed ftrace callgraph data on all timeline events (default: false)
78 callgraph: true
81 # pre-expand the callgraph data in the html output (default: disabled)
85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby-callgraph.cfg9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg
77 # gather detailed ftrace callgraph data on all timeline events (default: false)
78 callgraph: true
81 # pre-expand the callgraph data in the html output (default: disabled)
85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)
78 callgraph: true
81 # limit the callgraph trace to this depth (default: 0 = all)
85 # pre-expand the callgraph data in the html output (default: disabled)
89 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dfreeze.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-x2-proc.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend-dev.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dsuspend.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dfreeze-dev.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dstandby-dev.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
77 callgraph: false
80 # pre-expand the callgraph data in the html output (default: disabled)
84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dcgskip.txt5 # meant to be skipped in the callgraph trace. It reduces
6 # the callgraph html file size by treating these functions
Dexample.cfg122 # gather detailed ftrace callgraph data on all timeline events (default: false)
123 callgraph: false
126 # limit the callgraph trace to this depth (default: 0 = all)
138 # pre-expand the callgraph data in the html output (default: disabled)
142 # provide callgraph data for blocks longer than min (default: 0.001 ms)
Dcustom-timeline-functions.cfg33 # gather detailed ftrace callgraph data on all timeline events (default: false)
34 callgraph: false
49 # provide callgraph data for blocks longer than min (default: 0.001 ms)
/tools/power/pm-graph/
DMakefile14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
20 install -m 644 config/suspend-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
DREADME50 timelines and a callgraph to give a quick and detailed view of which devices
212 Simple suspend/resume with timeline and callgraph (mem/freeze/standby)
213 config/suspend-callgraph.cfg
214 config/freeze-callgraph.cfg
215 config/standby-callgraph.cfg
233 Run a mem suspend with callgraph data:
234 %> sudo ./sleepgraph.py -config config/suspend-callgraph.cfg
287 # Callgraph: gather ftrace callgraph data on all timeline events (def: false)
288 callgraph: false
290 # Expand Callgraph: pre-expand the callgraph treeviews in html (def: false)
Dsleepgraph.py4600 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\
4601 .callgraph article * {padding-left:28px;}\n\
/tools/perf/util/
Devsel_config.h37 char *callgraph; member
Devsel.c811 callgraph_buf = term->val.callgraph; in apply_config_terms()
Dparse-events.c1201 ADD_CONFIG_TERM(CALLGRAPH, callgraph, term->val.str); in get_config_terms()
/tools/perf/Documentation/
Dperf-report.txt253 - branch: include last branch information in callgraph when available.
472 So user can use "call-graph=no" event modifier to disable callgraph
475 disable the callgraph.
477 which collected by reference event, in no callgraph event.
493 If a callgraph address belongs to an inlined function, the inline stack
Dperf-script.txt271 Stop display of callgraph at these symbols
398 If a callgraph address belongs to an inlined function, the inline stack
Dperf-record.txt60 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for
62 "no" for disable callgraph.