Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-report.txt230 - branch: include last branch information in callgraph when available.
399 So user can use "call-graph=no" event modifier to disable callgraph
402 disable the callgraph.
404 which collected by reference event, in no callgraph event.
Dperf-record.txt56 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for
58 "no" for disable callgraph.
/tools/perf/util/
Devsel.h60 char *callgraph; member
Dparse-events.c1121 ADD_CONFIG_TERM(CALLGRAPH, callgraph, term->val.str); in get_config_terms()
Devsel.c709 callgraph_buf = term->val.callgraph; in apply_config_terms()