Lines Matching refs:use_callchain
567 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
647 if (symbol_conf.use_callchain) in hist_entry__new()
670 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1285 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1727 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1775 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1968 bool use_callchain) in hists__hierarchy_output_resort() argument
1996 use_callchain); in hists__hierarchy_output_resort()
2000 if (!use_callchain) in hists__hierarchy_output_resort()
2020 bool use_callchain) in __hists__insert_output_entry() argument
2028 if (use_callchain) { in __hists__insert_output_entry()
2064 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
2087 use_callchain); in output_resort()
2107 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
2121 bool use_callchain; in evsel__output_resort_cb() local
2123 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
2124 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
2126 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
2128 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
2130 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
2140 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
2146 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()