Searched refs:callgraph (Results 1 – 22 of 22) sorted by relevance
9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)78 callgraph: true81 # pre-expand the callgraph data in the html output (default: disabled)85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)78 callgraph: true81 # pre-expand the callgraph data in the html output (default: disabled)85 # provide callgraph data for blocks longer than min (default: 0.001 ms)
77 # gather detailed ftrace callgraph data on all timeline events (default: false)78 callgraph: true81 # 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)
76 # gather detailed ftrace callgraph data on all timeline events (default: false)77 callgraph: false80 # pre-expand the callgraph data in the html output (default: disabled)84 # provide callgraph data for blocks longer than min (default: 0.001 ms)
5 # meant to be skipped in the callgraph trace. It reduces6 # the callgraph html file size by treating these functions
122 # gather detailed ftrace callgraph data on all timeline events (default: false)123 callgraph: false126 # 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)
33 # gather detailed ftrace callgraph data on all timeline events (default: false)34 callgraph: false49 # provide callgraph data for blocks longer than min (default: 0.001 ms)
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config20 install -m 644 config/suspend-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
50 timelines and a callgraph to give a quick and detailed view of which devices212 Simple suspend/resume with timeline and callgraph (mem/freeze/standby)213 config/suspend-callgraph.cfg214 config/freeze-callgraph.cfg215 config/standby-callgraph.cfg233 Run a mem suspend with callgraph data:234 %> sudo ./sleepgraph.py -config config/suspend-callgraph.cfg287 # Callgraph: gather ftrace callgraph data on all timeline events (def: false)288 callgraph: false290 # Expand Callgraph: pre-expand the callgraph treeviews in html (def: false)
4600 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\4601 .callgraph article * {padding-left:28px;}\n\
37 char *callgraph; member
811 callgraph_buf = term->val.callgraph; in apply_config_terms()
1201 ADD_CONFIG_TERM(CALLGRAPH, callgraph, term->val.str); in get_config_terms()
253 - branch: include last branch information in callgraph when available.472 So user can use "call-graph=no" event modifier to disable callgraph475 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
271 Stop display of callgraph at these symbols398 If a callgraph address belongs to an inlined function, the inline stack
60 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for62 "no" for disable callgraph.