Lines Matching refs:symbol_conf
55 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter()
89 if (symbol_conf.report_hierarchy) in hist_browser__nr_entries()
419 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
430 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
438 if (symbol_conf.report_hierarchy) in hist_browser__toggle_fold()
655 symbol_conf.report_hierarchy) in hist_browser__run()
816 if (symbol_conf.show_branchflag_count) { in hist_browser__show_callchain_list()
947 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
1123 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1203 if (!symbol_conf.cumulate_callchain) { \
1252 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain; in hist_browser__show_entry()
1605 if (hists__has_callchains(hists) && symbol_conf.use_callchain) { in hists_browser__scnprintf_headers()
1747 if (symbol_conf.report_hierarchy) in hist_browser__show_headers()
1790 if (symbol_conf.report_hierarchy) { in hist_browser__refresh()
2009 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hist_browser__fprintf_entry()
2104 if (symbol_conf.report_hierarchy) { in hist_browser__fprintf()
2163 browser->show_headers = symbol_conf.show_hist_headers; in hist_browser__init()
2166 if (symbol_conf.report_hierarchy) { in hist_browser__init()
2574 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script()
2649 timestamp__scnprintf_usec(he->time + symbol_conf.time_quantum, in add_script_opt()
2767 if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) { in hist_browser__update_nr_entries()
2799 if (!he->leaf || !hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_browser__update_percent_limit()
2805 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
2900 if (symbol_conf.col_width_list_str) in perf_evsel__hists_browse()
2901 perf_hpp__set_user_width(symbol_conf.col_width_list_str); in perf_evsel__hists_browse()
3001 symbol_conf.filter_relative ^= 1; in perf_evsel__hists_browse()
3365 if (symbol_conf.event_group && !perf_evsel__is_group_leader(evsel)) in filter_group_entries()
3428 if (symbol_conf.event_group) { in perf_evlist__tui_browse_hists()