Lines Matching refs:symbol_conf
48 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter; in hist_browser__has_filter()
698 if (!symbol_conf.cumulate_callchain) { \
754 if (symbol_conf.use_callchain) { in hist_browser__show_entry()
786 if (symbol_conf.use_callchain) { in hist_browser__show_entry()
823 if (symbol_conf.cumulate_callchain) in hist_browser__show_entry()
856 if (symbol_conf.use_callchain) { in hists__scnprintf_headers()
1098 if (symbol_conf.cumulate_callchain) in hist_browser__fprintf_callchain()
1121 if (symbol_conf.use_callchain) in hist_browser__fprintf_entry()
1124 if (symbol_conf.use_callchain) in hist_browser__fprintf_entry()
1208 browser->show_headers = symbol_conf.show_hist_headers; in hist_browser__new()
1250 if (symbol_conf.filter_relative) { in hists__browser_title()
1264 if (symbol_conf.filter_relative) { in hists__browser_title()
1487 if (symbol_conf.col_width_list_str) in perf_evsel__hists_browse()
1488 perf_hpp__set_user_width(symbol_conf.col_width_list_str); in perf_evsel__hists_browse()
1564 symbol_conf.filter_relative ^= 1; in perf_evsel__hists_browse()
1971 if (symbol_conf.event_group && !perf_evsel__is_group_leader(evsel)) in filter_group_entries()
2027 if (symbol_conf.event_group) { in perf_evlist__tui_browse_hists()