Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-mem.c159 if (symbol_conf.field_sep) { in dump_raw_samples()
165 symbol_conf.field_sep = " "; in dump_raw_samples()
170 symbol_conf.field_sep, in dump_raw_samples()
172 symbol_conf.field_sep, in dump_raw_samples()
174 symbol_conf.field_sep, in dump_raw_samples()
176 symbol_conf.field_sep, in dump_raw_samples()
178 symbol_conf.field_sep, in dump_raw_samples()
180 symbol_conf.field_sep, in dump_raw_samples()
365 OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, in cmd_mem()
Dbuiltin-diff.c801 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
840 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline()
1028 if (symbol_conf.field_sep) in hpp__entry_global()
Dbuiltin-report.c773 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/tools/perf/ui/stdio/
Dhist.c294 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded()
379 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf()
424 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf()
547 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers()
637 const char *sep = symbol_conf.field_sep; in fprintf_line()
665 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers()
728 const char *sep = symbol_conf.field_sep; in hists__fprintf()
/tools/perf/util/
Dsymbol.h123 *field_sep; member
Dhist.h399 return !symbol_conf.field_sep; in perf_hpp__use_color()
Dsymbol.c2011 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
Dsort.c42 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
46 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
Dhist.c54 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/tools/perf/ui/gtk/
Dhists.c179 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
195 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
/tools/perf/ui/
Dhist.c114 if (symbol_conf.field_sep) { in hpp__fmt()
/tools/perf/ui/browsers/
Dhists.c874 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()