Lines Matching refs:symbol_conf
62 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
66 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
681 if (symbol_conf.nanosecs) in hist_entry__time_snprintf()
712 if (symbol_conf.raw_trace) { in get_trace_output()
2435 bool raw_trace = symbol_conf.raw_trace; in add_dynamic_entry()
2742 if (symbol_conf.raw_trace) in get_default_sort_order()
2804 if (symbol_conf.cumulate_callchain) in setup_overhead()
2888 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()
2890 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()
2892 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
2902 return __get_elide(symbol_conf.sym_from_list, "sym_from", output); in get_elide()
2904 return __get_elide(symbol_conf.sym_to_list, "sym_to", output); in get_elide()
2906 return __get_elide(symbol_conf.dso_from_list, "dso_from", output); in get_elide()
2908 return __get_elide(symbol_conf.dso_to_list, "dso_to", output); in get_elide()