Lines Matching refs:symbol_conf
50 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter; in hist_browser__has_filter()
717 if (!symbol_conf.cumulate_callchain) { \
774 if (symbol_conf.use_callchain) { in hist_browser__show_entry()
807 if (symbol_conf.use_callchain) { in hist_browser__show_entry()
844 if (symbol_conf.cumulate_callchain) in hist_browser__show_entry()
879 if (symbol_conf.use_callchain) { in hists_browser__scnprintf_headers()
1126 if (symbol_conf.cumulate_callchain) in hist_browser__fprintf_callchain()
1149 if (symbol_conf.use_callchain) in hist_browser__fprintf_entry()
1152 if (symbol_conf.use_callchain) in hist_browser__fprintf_entry()
1238 browser->show_headers = symbol_conf.show_hist_headers; in hist_browser__new()
1285 if (symbol_conf.filter_relative) { in hists__browser_title()
1299 if (symbol_conf.filter_relative) { in hists__browser_title()
1309 if (symbol_conf.show_ref_callgraph && in hists__browser_title()
1831 if (symbol_conf.col_width_list_str) in perf_evsel__hists_browse()
1832 perf_hpp__set_user_width(symbol_conf.col_width_list_str); in perf_evsel__hists_browse()
1925 symbol_conf.filter_relative ^= 1; in perf_evsel__hists_browse()
2247 if (symbol_conf.event_group && !perf_evsel__is_group_leader(evsel)) in filter_group_entries()
2303 if (symbol_conf.event_group) { in perf_evlist__tui_browse_hists()