Searched refs:callgraph (Results 1 – 21 of 21) 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
104 # gather detailed ftrace callgraph data on all timeline events (default: false)105 callgraph: false116 # pre-expand the callgraph data in the html output (default: disabled)120 # 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
4057 .callgraph {margin-top:30px;box-shadow:5px 5px 20px black;}\n\4058 .callgraph article * {padding-left:28px;}\n\
243 - branch: include last branch information in callgraph when available.444 So user can use "call-graph=no" event modifier to disable callgraph447 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
262 Stop display of callgraph at these symbols382 If a callgraph address belongs to an inlined function, the inline stack
56 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for58 "no" for disable callgraph.
61 char *callgraph; member
1148 ADD_CONFIG_TERM(CALLGRAPH, callgraph, term->val.str); in get_config_terms()
780 callgraph_buf = term->val.callgraph; in apply_config_terms()