Searched refs:field_sep (Results 1 – 10 of 10) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-mem.c | 83 if (symbol_conf.field_sep) { in dump_raw_samples() 89 symbol_conf.field_sep = " "; in dump_raw_samples() 94 symbol_conf.field_sep, in dump_raw_samples() 96 symbol_conf.field_sep, in dump_raw_samples() 98 symbol_conf.field_sep, in dump_raw_samples() 100 symbol_conf.field_sep, in dump_raw_samples() 102 symbol_conf.field_sep, in dump_raw_samples() 104 symbol_conf.field_sep, in dump_raw_samples() 213 OPT_STRING('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
|
D | builtin-diff.c | 726 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator", 761 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline() 870 if (symbol_conf.field_sep) in hpp__entry_global()
|
D | builtin-report.c | 816 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
D | hist.c | 127 const char *fmt = symbol_conf.field_sep ? " %.2f" : " %6.2f%%"; \ 141 const char *fmt = symbol_conf.field_sep ? " %"PRIu64 : " %11"PRIu64; \ 242 const char *sep = symbol_conf.field_sep; in hist_entry__sort_snprintf()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/ |
D | hist.c | 320 const char *sep = symbol_conf.field_sep; in hist_entry__period_snprintf() 383 const char *sep = symbol_conf.field_sep; in hists__fprintf()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol.h | 115 *field_sep; member
|
D | hist.h | 181 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
D | sort.c | 28 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 32 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
D | symbol.c | 1458 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
D | hist.c | 63 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|