Searched refs:show_ref_callgraph (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol_conf.h | 38 show_ref_callgraph, member
|
H A D | hist.c | 1938 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb() 2721 if (symbol_conf.show_ref_callgraph && in __hists__scnprintf_title()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol_conf.h | 36 show_ref_callgraph, member
|
H A D | hist.c | 1980 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb() 2784 if (symbol_conf.show_ref_callgraph && in __hists__scnprintf_title()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 494 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 1294 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 520 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events() 1372 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
|
Completed in 12 milliseconds