/openbmc/linux/tools/perf/ |
H A D | builtin-mem.c | 198 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() 245 symbol_conf.field_sep); in dump_raw_samples() [all …]
|
H A D | builtin-lock.c | 1693 if (symbol_conf.field_sep) in print_header() 1694 print_header_csv(symbol_conf.field_sep); in print_header() 1800 if (symbol_conf.field_sep) in print_lock_stat() 1801 print_lock_stat_csv(con, st, symbol_conf.field_sep); in print_lock_stat() 1859 if (symbol_conf.field_sep) in print_footer() 1860 print_footer_csv(total, bad, fails, symbol_conf.field_sep); in print_footer() 2004 if (symbol_conf.field_sep) { in check_lock_contention_options() 2005 if (strstr(symbol_conf.field_sep, ":") || /* part of type flags */ in check_lock_contention_options() 2006 strstr(symbol_conf.field_sep, "+") || /* part of caller offset */ in check_lock_contention_options() 2007 strstr(symbol_conf.field_sep, ".")) { /* can be in a symbol name */ in check_lock_contention_options() [all …]
|
H A D | builtin-diff.c | 1295 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 D | builtin-report.c | 1315 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 332 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()
|
/openbmc/linux/lib/ |
H A D | test_scanf.c | 352 #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);\
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol_conf.h | 51 *field_sep, member
|
H A D | hist.h | 442 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
H A D | symbol.c | 2436 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
H A D | sort.c | 79 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 83 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
H A D | hist.c | 75 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 184 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded() 200 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sensor.c | 228 const char *field_sep, in print_thresh_setting() argument 233 printf("%s", field_sep); in print_thresh_setting()
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 121 if (symbol_conf.field_sep) { in hpp__fmt()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 998 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
|