Lines Matching refs:sep
336 const char *sep = symbol_conf.field_sep ?: ";"; in __callchain__fprintf_folded() local
351 ret += fprintf(fp, "%s%s", first ? "" : sep, in __callchain__fprintf_folded()
421 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf() local
438 if (!sep || !first) { in __hist_entry__snprintf()
439 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf()
466 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf() local
488 if (!sep || !first) { in hist_entry__hierarchy_fprintf()
489 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in hist_entry__hierarchy_fprintf()
503 if (!sep) in hist_entry__hierarchy_fprintf()
527 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf)); in hist_entry__hierarchy_fprintf()
623 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent() argument
628 if (sep != NULL || indent < 2) in print_hierarchy_indent()
647 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers() local
661 print_hierarchy_indent(sep, indent, " ", fp); in hists__fprintf_hierarchy_headers()
665 fprintf(fp, "%s%s", hpp->buf, sep ?: " "); in hists__fprintf_hierarchy_headers()
700 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
709 fprintf(fp, "%s", sep ?: ".."); in hists__fprintf_hierarchy_headers()
738 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
749 const char *sep = symbol_conf.field_sep; in fprintf_line() local
758 fprintf(fp, "%s", sep ?: " "); in fprintf_line()
777 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers() local
789 if (sep) in hists__fprintf_standard_headers()
803 fprintf(fp, "%s", sep ?: " "); in hists__fprintf_standard_headers()
840 const char *sep = symbol_conf.field_sep; in hists__fprintf() local
897 print_hierarchy_indent(sep, depth, " ", fp); in hists__fprintf()