Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-mem.c208 field_sep = symbol_conf.field_sep; in dump_raw_samples()
209 if (field_sep) { in dump_raw_samples()
217 symbol_conf.field_sep, in dump_raw_samples()
219 symbol_conf.field_sep, in dump_raw_samples()
221 symbol_conf.field_sep, in dump_raw_samples()
223 symbol_conf.field_sep); in dump_raw_samples()
228 symbol_conf.field_sep); in dump_raw_samples()
234 symbol_conf.field_sep); in dump_raw_samples()
237 if (field_sep) in dump_raw_samples()
244 symbol_conf.field_sep, in dump_raw_samples()
[all …]
H A Dbuiltin-lock.c1618 if (symbol_conf.field_sep) in print_header()
1619 print_header_csv(symbol_conf.field_sep); in print_header()
1731 if (symbol_conf.field_sep) in print_lock_stat()
1732 print_lock_stat_csv(con, st, symbol_conf.field_sep); in print_lock_stat()
1790 if (symbol_conf.field_sep) in print_footer()
1791 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer()
1823 if (symbol_conf.field_sep) in print_contention_result()
1971 if (symbol_conf.field_sep) { in check_lock_contention_options()
1972 if (strstr(symbol_conf.field_sep, ":") || /* part of type flags */ in check_lock_contention_options()
1973 strstr(symbol_conf.field_sep, "+") || /* part of caller offset */ in check_lock_contention_options()
[all …]
H A Dbuiltin-diff.c1282 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
1330 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline()
1664 if (symbol_conf.field_sep) in hpp__entry_global()
H A Dbuiltin-report.c1394 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/linux-6.15/tools/perf/ui/stdio/
H A Dhist.c336 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded()
421 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf()
466 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf()
646 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers()
736 const char *sep = symbol_conf.field_sep; in fprintf_line()
764 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers()
827 const char *sep = symbol_conf.field_sep; in hists__fprintf()
/linux-6.15/lib/tests/
H A Dscanf_kunit.c338 #define numbers_list_8(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
349 field_sep); \
358 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument
363 numbers_list_8(T, gen_fmt, field_sep, full_fmt, fn); \
366 #define numbers_list_val_width(T, gen_fmt, field_sep, scan_fmt, fn) \ argument
376 fmt_buffer, &fmt_pos, BUF_SIZE, field_sep);\
/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h58 *field_sep, member
H A Dhist.h655 return !symbol_conf.field_sep; in perf_hpp__use_color()
H A Dsymbol.c2521 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
H A Dsort.c81 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
85 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
H A Dhist.c81 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/linux-6.15/tools/perf/ui/gtk/
H 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-6.15/tools/perf/ui/
H A Dhist.c127 if (symbol_conf.field_sep) { in hpp__fmt()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c999 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()