Lines Matching refs:use_callchain

452 	if (hist_entry__has_callchains(he) && symbol_conf.use_callchain)  in hist_entry__init()
532 if (symbol_conf.use_callchain) in hist_entry__new()
556 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1100 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1497 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1539 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1736 bool use_callchain) in hists__hierarchy_output_resort() argument
1764 use_callchain); in hists__hierarchy_output_resort()
1768 if (!use_callchain) in hists__hierarchy_output_resort()
1788 bool use_callchain) in __hists__insert_output_entry() argument
1796 if (use_callchain) { in __hists__insert_output_entry()
1832 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
1855 use_callchain); in output_resort()
1875 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
1889 bool use_callchain; in perf_evsel__output_resort_cb() local
1891 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in perf_evsel__output_resort_cb()
1892 use_callchain = evsel__has_callchain(evsel); in perf_evsel__output_resort_cb()
1894 use_callchain = symbol_conf.use_callchain; in perf_evsel__output_resort_cb()
1896 use_callchain |= symbol_conf.show_branchflag_count; in perf_evsel__output_resort_cb()
1898 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in perf_evsel__output_resort_cb()
1908 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1914 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()