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()
693 if (hist_browser__has_filter(browser) || symbol_conf.report_hierarchy) in hist_browser__handle_hotkey()
877 if (symbol_conf.show_branchflag_count) { in hist_browser__show_callchain_list()
1008 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
1184 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1264 if (!symbol_conf.cumulate_callchain) { \
1313 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain; in hist_browser__show_entry()
1666 if (hists__has_callchains(hists) && symbol_conf.use_callchain) { in hists_browser__scnprintf_headers()
1808 if (symbol_conf.report_hierarchy) in hist_browser__show_headers()
1847 if (symbol_conf.report_individual_block) in hist_browser__refresh()
1855 if (symbol_conf.report_hierarchy) { in hist_browser__refresh()
2074 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hist_browser__fprintf_entry()
2169 if (symbol_conf.report_hierarchy) { in hist_browser__fprintf()
2228 browser->show_headers = symbol_conf.show_hist_headers; in hist_browser__init()
2231 if (symbol_conf.report_hierarchy) { in hist_browser__init()
2701 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script()
2776 timestamp__scnprintf_usec(he->time + symbol_conf.time_quantum, in add_script_opt()
2894 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) { in hist_browser__update_nr_entries()
2926 if (!he->leaf || !hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_browser__update_percent_limit()
2932 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
3027 if (symbol_conf.col_width_list_str) in evsel__hists_browse()
3028 perf_hpp__set_user_width(symbol_conf.col_width_list_str); in evsel__hists_browse()
3060 if (!symbol_conf.event_group || in evsel__hists_browse()
3068 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse()
3071 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse()
3073 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()
3189 symbol_conf.filter_relative ^= 1; in evsel__hists_browse()
3557 if (symbol_conf.event_group && !evsel__is_group_leader(evsel)) in filter_group_entries()
3629 if (symbol_conf.event_group) { in evlist__tui_browse_hists()