Lines Matching refs:symbol_conf
120 if (symbol_conf.field_sep) { in hpp__fmt()
137 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc()
233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
235 symbol_conf.group_sort_idx); in __hpp__sort()
239 if (ret || !symbol_conf.event_group) in __hpp__sort()
269 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc()
277 if (a->thread != b->thread || !hist_entry__has_callchains(a) || !symbol_conf.use_callchain) in __hpp__sort_acc()
294 if (symbol_conf.event_group) in hpp__width_fn()
571 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
578 if (symbol_conf.show_cpu_utilization) { in perf_hpp__init()
588 if (symbol_conf.show_nr_samples) in perf_hpp__init()
591 if (symbol_conf.show_total_period) in perf_hpp__init()
871 if (!symbol_conf.report_hierarchy) in perf_hpp__setup_hists_formats()