Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-mem.c165 if (symbol_conf.field_sep) { in dump_raw_samples()
172 symbol_conf.field_sep = " "; in dump_raw_samples()
177 symbol_conf.field_sep, in dump_raw_samples()
179 symbol_conf.field_sep, in dump_raw_samples()
181 symbol_conf.field_sep, in dump_raw_samples()
183 symbol_conf.field_sep, in dump_raw_samples()
185 symbol_conf.field_sep, in dump_raw_samples()
187 symbol_conf.field_sep, in dump_raw_samples()
189 symbol_conf.field_sep, in dump_raw_samples()
193 if (symbol_conf.field_sep) { in dump_raw_samples()
[all …]
Dbuiltin-diff.c1292 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
1340 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline()
1674 if (symbol_conf.field_sep) in hpp__entry_global()
Dbuiltin-report.c1227 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
Dhist.c332 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded()
417 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf()
462 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf()
642 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers()
732 const char *sep = symbol_conf.field_sep; in fprintf_line()
760 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers()
823 const char *sep = symbol_conf.field_sep; in hists__fprintf()
/kernel/linux/linux-5.10/tools/perf/util/
Dsymbol_conf.h49 *field_sep, member
Dhist.h425 return !symbol_conf.field_sep; in perf_hpp__use_color()
Dsymbol.c2452 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
Dsort.c65 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
69 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
Dhist.c74 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
Dhists.c184 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
200 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
/kernel/linux/linux-5.10/tools/perf/ui/
Dhist.c120 if (symbol_conf.field_sep) { in hpp__fmt()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dhists.c1007 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()