Home
last modified time | relevance | path

Searched refs:field_sep (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-mem.c83 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()
Dbuiltin-diff.c726 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()
Dbuiltin-report.c816 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
Dhist.c127 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/
Dhist.c320 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/
Dsymbol.h115 *field_sep; member
Dhist.h181 return !symbol_conf.field_sep; in perf_hpp__use_color()
Dsort.c28 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
32 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
Dsymbol.c1458 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
Dhist.c63 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()