• Home
  • Raw
  • Download

Lines Matching refs:use_callchain

467 	if (hist_entry__has_callchains(he) && symbol_conf.use_callchain)  in hist_entry__init()
547 if (symbol_conf.use_callchain) in hist_entry__new()
571 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
1147 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1544 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1586 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1783 bool use_callchain) in hists__hierarchy_output_resort() argument
1811 use_callchain); in hists__hierarchy_output_resort()
1815 if (!use_callchain) in hists__hierarchy_output_resort()
1835 bool use_callchain) in __hists__insert_output_entry() argument
1843 if (use_callchain) { in __hists__insert_output_entry()
1879 bool use_callchain, hists__resort_cb_t cb, in output_resort() argument
1902 use_callchain); in output_resort()
1922 __hists__insert_output_entry(&hists->entries, n, min_callchain_hits, use_callchain); in output_resort()
1936 bool use_callchain; in evsel__output_resort_cb() local
1938 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1939 use_callchain = evsel__has_callchain(evsel); in evsel__output_resort_cb()
1941 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1943 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1945 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
1955 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1961 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()