Lines Matching refs:symbol_conf
62 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
63 !symbol_conf.dso_list) in hists__set_unres_dso_col_len()
285 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
379 if (symbol_conf.cumulate_callchain) { in hist_entry__init()
415 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
441 if (!symbol_conf.report_hierarchy) in hist_entry__init()
473 if (symbol_conf.use_callchain) in hist_entry__new()
490 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
497 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
536 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
577 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
993 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1207 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
1208 symbol_conf.pid_list == NULL && in hist_entry__check_and_remove_filter()
1209 symbol_conf.tid_list == NULL) in hist_entry__check_and_remove_filter()
1213 if (symbol_conf.dso_list == NULL) in hist_entry__check_and_remove_filter()
1217 if (symbol_conf.sym_list == NULL) in hist_entry__check_and_remove_filter()
1381 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1406 if (symbol_conf.report_hierarchy) in hists__collapse_insert_entry()
1419 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
1422 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1652 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort()
1677 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry()
1716 if (symbol_conf.filter_relative) in output_resort()
1724 if (symbol_conf.report_hierarchy) { in output_resort()
1764 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in perf_evsel__output_resort()
1767 use_callchain = symbol_conf.use_callchain; in perf_evsel__output_resort()
1769 use_callchain |= symbol_conf.show_branchflag_count; in perf_evsel__output_resort()
1776 output_resort(hists, prog, symbol_conf.use_callchain, NULL); in hists__output_resort()
1782 output_resort(hists, prog, symbol_conf.use_callchain, cb); in hists__output_resort_cb()
1871 if (symbol_conf.report_hierarchy) { in hists__remove_entry_filter()
2084 if (symbol_conf.report_hierarchy) in hists__filter_by_thread()
2094 if (symbol_conf.report_hierarchy) in hists__filter_by_dso()
2104 if (symbol_conf.report_hierarchy) in hists__filter_by_symbol()
2114 if (symbol_conf.report_hierarchy) in hists__filter_by_socket()
2175 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
2309 if (symbol_conf.report_hierarchy) { in hists__match()
2384 if (symbol_conf.report_hierarchy) { in hists__link()
2460 return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period : in hists__total_period()
2480 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2494 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2504 if (symbol_conf.show_ref_callgraph && in __hists__scnprintf_title()
2547 symbol_conf.filter_relative = true; in parse_filter_percentage()
2549 symbol_conf.filter_relative = false; in parse_filter_percentage()