Lines Matching refs:symbol_conf
49 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
53 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
612 if (symbol_conf.raw_trace) { in get_trace_output()
2331 bool raw_trace = symbol_conf.raw_trace; in add_dynamic_entry()
2638 if (symbol_conf.raw_trace) in get_default_sort_order()
2700 if (symbol_conf.cumulate_callchain) in setup_overhead()
2784 return __get_elide(symbol_conf.sym_list, "symbol", output); in get_elide()
2786 return __get_elide(symbol_conf.dso_list, "dso", output); in get_elide()
2788 return __get_elide(symbol_conf.comm_list, "comm", output); in get_elide()
2798 return __get_elide(symbol_conf.sym_from_list, "sym_from", output); in get_elide()
2800 return __get_elide(symbol_conf.sym_to_list, "sym_to", output); in get_elide()
2802 return __get_elide(symbol_conf.dso_from_list, "dso_from", output); in get_elide()
2804 return __get_elide(symbol_conf.dso_to_list, "dso_to", output); in get_elide()