Lines Matching refs:symbol_conf

74 	    !symbol_conf.col_width_list_str && !symbol_conf.field_sep &&  in hists__set_unres_dso_col_len()
75 !symbol_conf.dso_list) in hists__set_unres_dso_col_len()
208 if (symbol_conf.nanosecs) in hists__calc_col_len()
278 unsigned long time_quantum = symbol_conf.time_quantum; in hist_time()
322 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
434 if (symbol_conf.cumulate_callchain) { in hist_entry__init()
467 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
482 if (symbol_conf.res_sample) { in hist_entry__init()
484 symbol_conf.res_sample); in hist_entry__init()
494 if (!symbol_conf.report_hierarchy) in hist_entry__init()
547 if (symbol_conf.use_callchain) in hist_entry__new()
564 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
571 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
611 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
656 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
676 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample()
679 j = random_max(symbol_conf.res_sample); in hists__res_sample()
738 if (he && symbol_conf.res_sample) in __hists__add_entry()
1147 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1367 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
1368 symbol_conf.pid_list == NULL && in hist_entry__check_and_remove_filter()
1369 symbol_conf.tid_list == NULL) in hist_entry__check_and_remove_filter()
1373 if (symbol_conf.dso_list == NULL) in hist_entry__check_and_remove_filter()
1377 if (symbol_conf.sym_list == NULL) in hist_entry__check_and_remove_filter()
1544 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1570 if (symbol_conf.report_hierarchy) in hists__collapse_insert_entry()
1583 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
1586 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1821 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort()
1847 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry()
1889 if (symbol_conf.filter_relative) in output_resort()
1897 if (symbol_conf.report_hierarchy) { in output_resort()
1938 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1941 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1943 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1955 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1961 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()
2050 if (symbol_conf.report_hierarchy) { in hists__remove_entry_filter()
2267 if (symbol_conf.report_hierarchy) in hists__filter_by_thread()
2277 if (symbol_conf.report_hierarchy) in hists__filter_by_dso()
2287 if (symbol_conf.report_hierarchy) in hists__filter_by_symbol()
2297 if (symbol_conf.report_hierarchy) in hists__filter_by_socket()
2361 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
2498 if (symbol_conf.report_hierarchy) { in hists__match()
2573 if (symbol_conf.report_hierarchy) { in hists__link()
2673 return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period : in hists__total_period()
2693 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2707 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2717 if (symbol_conf.show_ref_callgraph && in __hists__scnprintf_title()
2760 symbol_conf.filter_relative = true; in parse_filter_percentage()
2762 symbol_conf.filter_relative = false; in parse_filter_percentage()