Searched refs:field_sep (Results 1 – 12 of 12) sorted by relevance
/tools/perf/ |
D | builtin-mem.c | 175 if (symbol_conf.field_sep) { in dump_raw_samples() 182 symbol_conf.field_sep = " "; in dump_raw_samples() 187 symbol_conf.field_sep, in dump_raw_samples() 189 symbol_conf.field_sep, in dump_raw_samples() 191 symbol_conf.field_sep, in dump_raw_samples() 193 symbol_conf.field_sep, in dump_raw_samples() 195 symbol_conf.field_sep, in dump_raw_samples() 197 symbol_conf.field_sep, in dump_raw_samples() 199 symbol_conf.field_sep, in dump_raw_samples() 203 if (symbol_conf.field_sep) { in dump_raw_samples() [all …]
|
D | builtin-diff.c | 1274 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", 1320 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline() 1569 if (symbol_conf.field_sep) in hpp__entry_global()
|
D | builtin-report.c | 1148 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
/tools/perf/util/ |
D | symbol_conf.h | 48 *field_sep, member
|
D | hist.h | 424 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
D | symbol.c | 2259 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
D | sort.c | 62 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 66 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
D | hist.c | 72 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|
/tools/perf/ui/stdio/ |
D | hist.c | 331 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded() 416 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf() 461 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf() 619 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers() 709 const char *sep = symbol_conf.field_sep; in fprintf_line() 737 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers() 800 const char *sep = symbol_conf.field_sep; in hists__fprintf()
|
/tools/perf/ui/gtk/ |
D | hists.c | 184 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded() 200 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
|
/tools/perf/ui/ |
D | hist.c | 120 if (symbol_conf.field_sep) { in hpp__fmt()
|
/tools/perf/ui/browsers/ |
D | hists.c | 947 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
|