Searched refs:field_sep (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/tools/perf/ |
| D | builtin-mem.c | 171 if (symbol_conf.field_sep) { in dump_raw_samples() 178 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() 191 symbol_conf.field_sep, in dump_raw_samples() 193 symbol_conf.field_sep, in dump_raw_samples() 195 symbol_conf.field_sep, in dump_raw_samples() 199 if (symbol_conf.field_sep) { in dump_raw_samples() [all …]
|
| D | builtin-diff.c | 843 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", 882 const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%"; in hpp__entry_baseline() 1071 if (symbol_conf.field_sep) in hpp__entry_global()
|
| D | builtin-report.c | 1070 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
|
| /Linux-v4.19/tools/perf/ui/stdio/ |
| D | hist.c | 324 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded() 409 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf() 454 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf() 581 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers() 671 const char *sep = symbol_conf.field_sep; in fprintf_line() 699 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers() 762 const char *sep = symbol_conf.field_sep; in hists__fprintf()
|
| /Linux-v4.19/tools/perf/ui/gtk/ |
| D | hists.c | 182 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded() 198 first ? "" : symbol_conf.field_sep ?: "; ", in perf_gtk__add_callchain_folded()
|
| /Linux-v4.19/tools/perf/util/ |
| D | symbol.h | 126 *field_sep; member
|
| D | hist.h | 410 return !symbol_conf.field_sep; in perf_hpp__use_color()
|
| D | symbol.c | 2130 if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') { in symbol__init()
|
| D | sort.c | 49 if (symbol_conf.field_sep && n > 0) { in repsep_snprintf() 53 sep = strchr(sep, *symbol_conf.field_sep); in repsep_snprintf()
|
| D | hist.c | 62 !symbol_conf.col_width_list_str && !symbol_conf.field_sep && in hists__set_unres_dso_col_len()
|
| /Linux-v4.19/tools/perf/ui/ |
| D | hist.c | 116 if (symbol_conf.field_sep) { in hpp__fmt()
|
| /Linux-v4.19/tools/perf/ui/browsers/ |
| D | hists.c | 931 symbol_conf.field_sep ?: ";", str) < 0) in hist_browser__folded_callchain_str()
|