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()
220 if (symbol_conf.nanosecs) in hists__calc_col_len()
291 unsigned long time_quantum = symbol_conf.time_quantum; in hist_time()
331 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
443 if (symbol_conf.cumulate_callchain) { in hist_entry__init()
476 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in hist_entry__init()
491 if (symbol_conf.res_sample) { in hist_entry__init()
493 symbol_conf.res_sample); in hist_entry__init()
503 if (!symbol_conf.report_hierarchy) in hist_entry__init()
556 if (symbol_conf.use_callchain) in hist_entry__new()
573 if (symbol_conf.exclude_other && parent == NULL) in symbol__parent_filter()
580 if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain) in hist_entry__add_callchain_period()
619 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
664 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
684 if (he->num_res < symbol_conf.res_sample) { in hists__res_sample()
687 j = random_max(symbol_conf.res_sample); in hists__res_sample()
749 if (he && symbol_conf.res_sample) in __hists__add_entry()
1158 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) in iter_add_next_cumulative_entry()
1378 if (symbol_conf.comm_list == NULL && in hist_entry__check_and_remove_filter()
1379 symbol_conf.pid_list == NULL && in hist_entry__check_and_remove_filter()
1380 symbol_conf.tid_list == NULL) in hist_entry__check_and_remove_filter()
1384 if (symbol_conf.dso_list == NULL) in hist_entry__check_and_remove_filter()
1388 if (symbol_conf.sym_list == NULL) in hist_entry__check_and_remove_filter()
1555 symbol_conf.use_callchain) { in hists__hierarchy_insert_entry()
1581 if (symbol_conf.report_hierarchy) in hists__collapse_insert_entry()
1594 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
1597 if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) { in hists__collapse_insert_entry()
1832 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort()
1858 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry()
1900 if (symbol_conf.filter_relative) in output_resort()
1908 if (symbol_conf.report_hierarchy) { in output_resort()
1949 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in evsel__output_resort_cb()
1952 use_callchain = symbol_conf.use_callchain; in evsel__output_resort_cb()
1954 use_callchain |= symbol_conf.show_branchflag_count; in evsel__output_resort_cb()
1966 output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL); in hists__output_resort()
1972 output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL); in hists__output_resort_cb()
2061 if (symbol_conf.report_hierarchy) { in hists__remove_entry_filter()
2278 if (symbol_conf.report_hierarchy) in hists__filter_by_thread()
2288 if (symbol_conf.report_hierarchy) in hists__filter_by_dso()
2298 if (symbol_conf.report_hierarchy) in hists__filter_by_symbol()
2308 if (symbol_conf.report_hierarchy) in hists__filter_by_socket()
2382 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
2519 if (symbol_conf.report_hierarchy) { in hists__match()
2594 if (symbol_conf.report_hierarchy) { in hists__link()
2705 return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period : in hists__total_period()
2725 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2739 if (symbol_conf.filter_relative) { in __hists__scnprintf_title()
2749 if (symbol_conf.show_ref_callgraph && in __hists__scnprintf_title()
2792 symbol_conf.filter_relative = true; in parse_filter_percentage()
2794 symbol_conf.filter_relative = false; in parse_filter_percentage()