Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-mem.c205 field_sep = symbol_conf.field_sep; in dump_raw_samples()
206 if (field_sep) { in dump_raw_samples()
214 symbol_conf.field_sep, in dump_raw_samples()
216 symbol_conf.field_sep, in dump_raw_samples()
218 symbol_conf.field_sep, in dump_raw_samples()
220 symbol_conf.field_sep); in dump_raw_samples()
225 symbol_conf.field_sep); in dump_raw_samples()
231 symbol_conf.field_sep); in dump_raw_samples()
234 if (field_sep) in dump_raw_samples()
241 symbol_conf.field_sep, in dump_raw_samples()
[all …]
A Dbuiltin-diff.c1293 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
1341 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline()
1675 if (symbol_conf.field_sep) in hpp__entry_global()
A Dbuiltin-report.c1259 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/linux/tools/perf/ui/stdio/
A 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()
/linux/lib/
A Dtest_scanf.c352 #define numbers_list_8(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
363 field_sep); \
372 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument
377 numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \
380 #define numbers_list_val_width(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
390 fmt_buffer, &fmt_pos, BUF_SIZE, field_sep);\
/linux/tools/perf/util/
A Dsymbol_conf.h50 *field_sep, member
A Dhist.h432 return !symbol_conf.field_sep; in perf_hpp__use_color()
A Dsymbol.c2519 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
A Dsort.c68 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
72 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
A Dhist.c74 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/linux/tools/perf/ui/gtk/
A 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()
/linux/tools/perf/ui/
A Dhist.c120 if (symbol_conf.field_sep) { in hpp__fmt()
/linux/tools/perf/ui/browsers/
A Dhists.c1008 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()

Completed in 105 milliseconds