Lines Matching refs:use_callchain
471 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
551 if (symbol_conf.use_callchain) in hist_entry__new()
575 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1153 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1550 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1592 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1789 bool use_callchain) in hists__hierarchy_output_resort() argument
1817 use_callchain); in hists__hierarchy_output_resort()
1821 if (!use_callchain) in hists__hierarchy_output_resort()
1841 bool use_callchain) in __hists__insert_output_entry() argument
1849 if (use_callchain) { in __hists__insert_output_entry()
1885 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
1908 use_callchain); in output_resort()
1928 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
1942 bool use_callchain; in evsel__output_resort_cb() local
1944 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1945 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
1947 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1949 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1951 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
1961 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1967 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()