Home
last modified time | relevance | path

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

/Linux-v4.19/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)
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)
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-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)
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)
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)
Dcgskip.txt5 # meant to be skipped in the callgraph trace. It reduces
6 # the callgraph html file size by treating these functions
Dexample.cfg104 # gather detailed ftrace callgraph data on all timeline events (default: false)
105 callgraph: false
116 # pre-expand the callgraph data in the html output (default: disabled)
120 # 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)
/Linux-v4.19/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
Dsleepgraph.py4057 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\
4058 .callgraph article * {padding-left:28px;}\n\
/Linux-v4.19/tools/perf/Documentation/
Dperf-report.txt243 - branch: include last branch information in callgraph when available.
444 So user can use "call-graph=no" event modifier to disable callgraph
447 disable the callgraph.
449 which collected by reference event, in no callgraph event.
461 If a callgraph address belongs to an inlined function, the inline stack
Dperf-script.txt262 Stop display of callgraph at these symbols
382 If a callgraph address belongs to an inlined function, the inline stack
Dperf-record.txt56 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for
58 "no" for disable callgraph.
/Linux-v4.19/tools/perf/util/
Devsel.h61 char *callgraph; member
Dparse-events.c1148 ADD_CONFIG_TERM(CALLGRAPH, callgraph, term->val.str); in get_config_terms()
Devsel.c780 callgraph_buf = term->val.callgraph; in apply_config_terms()