Searched refs:field_sep (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/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() 288 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
|
| D | builtin-diff.c | 813 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", 851 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline() 1039 if (symbol_conf.field_sep) in hpp__entry_global()
|
| D | builtin-report.c | 740 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
| /linux-4.4.14/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.4.14/tools/perf/util/ |
| D | symbol.h | 115 *field_sep; member
|
| D | hist.h | 293 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
| D | symbol.c | 1992 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
| D | sort.c | 35 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 39 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
| D | hist.c | 53 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|
| /linux-4.4.14/tools/perf/ui/ |
| D | hist.c | 113 if (symbol_conf.field_sep) { in hpp__fmt()
|