Home
last modified time | relevance | path

Searched refs:show_branchflag_count (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dsymbol_conf.h27 show_branchflag_count, member
H A Dcallchain.c1118 if (sample->callchain == NULL && !symbol_conf.show_branchflag_count) in sample__resolve_callchain()
1122 perf_hpp_list.parent || symbol_conf.show_branchflag_count) { in sample__resolve_callchain()
1132 !symbol_conf.show_branchflag_count) in hist_entry__append_callchain()
H A Dhist.c2128 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
/linux/tools/perf/ui/stdio/
H A Dhist.c81 if (symbol_conf.show_branchflag_count) { in ipchain__fprintf_graph()
262 if (symbol_conf.show_branchflag_count) in callchain__fprintf_graph()
/linux/tools/perf/
H A Dbuiltin-report.c396 !symbol_conf.show_branchflag_count) { in report__setup_sample_type()
599 symbol_conf.show_branchflag_count)); in evlist__tty_browse_hists()
1656 symbol_conf.show_branchflag_count = true; in cmd_report()
H A Dbuiltin-top.c1747 symbol_conf.show_branchflag_count = true; in cmd_top()
H A Dbuiltin-diff.c1991 symbol_conf.show_branchflag_count = true; in cmd_diff()
/linux/tools/perf/ui/browsers/
H A Dhists.c868 if (symbol_conf.show_branchflag_count) { in hist_browser__show_callchain_list()