Lines Matching refs:use_callchain
476 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
556 if (symbol_conf.use_callchain) in hist_entry__new()
580 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1158 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1555 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1597 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1794 bool use_callchain) in hists__hierarchy_output_resort() argument
1822 use_callchain); in hists__hierarchy_output_resort()
1826 if (!use_callchain) in hists__hierarchy_output_resort()
1846 bool use_callchain) in __hists__insert_output_entry() argument
1854 if (use_callchain) { in __hists__insert_output_entry()
1890 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
1913 use_callchain); in output_resort()
1933 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
1947 bool use_callchain; in evsel__output_resort_cb() local
1949 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1950 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
1952 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1954 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1956 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
1966 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1972 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()