Home
last modified time | relevance | path

Searched refs:field_sep (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/
H A 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...]
H A 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()
H A Dbuiltin-report.c1241 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-mem.c198 const char *fmt, *field_sep; in dump_raw_samples() local
219 field_sep = symbol_conf.field_sep; in dump_raw_samples()
220 if (field_sep) { in dump_raw_samples()
224 symbol_conf.field_sep = " "; in dump_raw_samples()
228 symbol_conf.field_sep, in dump_raw_samples()
230 symbol_conf.field_sep, in dump_raw_samples()
232 symbol_conf.field_sep, in dump_raw_samples()
234 symbol_conf.field_sep); in dump_raw_samples()
239 symbol_conf.field_sep); in dump_raw_samples()
[all...]
H A Dbuiltin-lock.c1706 if (symbol_conf.field_sep) in print_header()
1707 print_header_csv(symbol_conf.field_sep); in print_header()
1813 if (symbol_conf.field_sep) in print_lock_stat()
1814 print_lock_stat_csv(con, st, symbol_conf.field_sep); in print_lock_stat()
1872 if (symbol_conf.field_sep) in print_footer()
1873 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer()
2017 if (symbol_conf.field_sep) { in check_lock_contention_options()
2018 if (strstr(symbol_conf.field_sep, ":") || /* part of type flags */ in check_lock_contention_options()
2019 strstr(symbol_conf.field_sep, "+") || /* part of caller offset */ in check_lock_contention_options()
2020 strstr(symbol_conf.field_sep, " in check_lock_contention_options()
[all...]
H A Dbuiltin-diff.c1295 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
1343 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline()
1677 if (symbol_conf.field_sep) in hpp__entry_global()
H A Dbuiltin-report.c1317 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H 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()
431 * If there's no field_sep, we still need in __hist_entry__snprintf()
462 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf()
481 * If there's no field_sep, we still need 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-6.6/tools/perf/ui/stdio/
H 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()
431 * If there's no field_sep, we still need in __hist_entry__snprintf()
462 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf()
481 * If there's no field_sep, we still need 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/
H A Dsymbol_conf.h49 *field_sep, member
H A Dhist.h425 return !symbol_conf.field_sep; in perf_hpp__use_color()
H A Dsymbol.c2469 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
H A Dsort.c65 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
69 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
H A Dhist.c74 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol_conf.h49 *field_sep, member
H A Dhist.h442 return !symbol_conf.field_sep; in perf_hpp__use_color()
H A Dsymbol.c2679 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
H A Dsort.c79 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf()
83 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
H A Dhist.c75 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
/kernel/linux/linux-6.6/lib/
H A Dtest_scanf.c352 #define numbers_list_8(T, gen_fmt, field_sep, scan_fmt, fn) \
363 field_sep); \
372 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \
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) \
390 fmt_buffer, &fmt_pos, BUF_SIZE, field_sep);\
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c120 if (symbol_conf.field_sep) { in hpp__fmt()
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c121 if (symbol_conf.field_sep) { in hpp__fmt()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c997 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()

Completed in 60 milliseconds

12