Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-mem.c82 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()
Dbuiltin-diff.c807 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()
Dbuiltin-report.c683 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c316 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/
Dsymbol.h113 *field_sep; member
Dhist.h286 return !symbol_conf.field_sep; in perf_hpp__use_color()
Dsymbol.c1938 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
Dsort.c34 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
38 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
Dhist.c51 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/linux-4.1.27/tools/perf/ui/
Dhist.c113 if (symbol_conf.field_sep) { in hpp__fmt()