Searched refs:field_sep (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-mem.c | 82 if (symbol_conf.field_sep) { in dump_raw_samples() 88 symbol_conf.field_sep = " "; in dump_raw_samples() 93 symbol_conf.field_sep, in dump_raw_samples() 95 symbol_conf.field_sep, in dump_raw_samples() 97 symbol_conf.field_sep, in dump_raw_samples() 99 symbol_conf.field_sep, in dump_raw_samples() 101 symbol_conf.field_sep, in dump_raw_samples() 103 symbol_conf.field_sep, in dump_raw_samples() 291 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
|
D | builtin-diff.c | 807 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", 845 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline() 1033 if (symbol_conf.field_sep) in hpp__entry_global()
|
D | builtin-report.c | 683 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 316 const char *sep = symbol_conf.field_sep; in hist_entry__snprintf() 380 const char *sep = symbol_conf.field_sep; in hists__fprintf()
|
/linux-4.1.27/tools/perf/util/ |
D | symbol.h | 113 *field_sep; member
|
D | hist.h | 286 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
D | symbol.c | 1938 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
D | sort.c | 34 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 38 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
D | hist.c | 51 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 113 if (symbol_conf.field_sep) { in hpp__fmt()
|