Lines Matching refs:symbol_conf

58 	return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter;  in hist_browser__has_filter()
92 if (symbol_conf.report_hierarchy) in hist_browser__nr_entries()
473 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
484 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
492 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
692 if (hist_browser__has_filter(browser) || symbol_conf.report_hierarchy) in hist_browser__handle_hotkey()
876 if (symbol_conf.show_branchflag_count) { in hist_browser__show_callchain_list()
1007 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
1183 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1263 if (!symbol_conf.cumulate_callchain) { \
1312 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain; in hist_browser__show_entry()
1665 if (hists__has_callchains(hists) && symbol_conf.use_callchain) { in hists_browser__scnprintf_headers()
1807 if (symbol_conf.report_hierarchy) in hist_browser__show_headers()
1846 if (symbol_conf.report_individual_block) in hist_browser__refresh()
1854 if (symbol_conf.report_hierarchy) { in hist_browser__refresh()
2073 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hist_browser__fprintf_entry()
2168 if (symbol_conf.report_hierarchy) { in hist_browser__fprintf()
2227 browser->show_headers = symbol_conf.show_hist_headers; in hist_browser__init()
2230 if (symbol_conf.report_hierarchy) { in hist_browser__init()
2700 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script()
2775 timestamp__scnprintf_usec(he->time + symbol_conf.time_quantum, in add_script_opt()
2893 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) { in hist_browser__update_nr_entries()
2925 if (!he->leaf || !hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_browser__update_percent_limit()
2931 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
3030 if (symbol_conf.col_width_list_str) in perf_evsel__hists_browse()
3031 perf_hpp__set_user_width(symbol_conf.col_width_list_str); in perf_evsel__hists_browse()
3063 if (!symbol_conf.event_group || in perf_evsel__hists_browse()
3071 if (key - '0' == symbol_conf.group_sort_idx) in perf_evsel__hists_browse()
3074 symbol_conf.group_sort_idx = key - '0'; in perf_evsel__hists_browse()
3076 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in perf_evsel__hists_browse()
3192 symbol_conf.filter_relative ^= 1; in perf_evsel__hists_browse()
3562 if (symbol_conf.event_group && !evsel__is_group_leader(evsel)) in filter_group_entries()
3643 if (symbol_conf.event_group) { in perf_evlist__tui_browse_hists()