Lines Matching refs:use_callchain

478 	if (hist_entry__has_callchains(he) && symbol_conf.use_callchain)  in hist_entry__init()
559 if (symbol_conf.use_callchain) in hist_entry__new()
583 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1176 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1577 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1624 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1825 bool use_callchain) in hists__hierarchy_output_resort() argument
1853 use_callchain); in hists__hierarchy_output_resort()
1857 if (!use_callchain) in hists__hierarchy_output_resort()
1877 bool use_callchain) in __hists__insert_output_entry() argument
1885 if (use_callchain) { in __hists__insert_output_entry()
1921 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
1944 use_callchain); in output_resort()
1964 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
1978 bool use_callchain; in evsel__output_resort_cb() local
1980 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1981 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
1983 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1985 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1987 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
1997 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
2003 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()