Lines Matching refs:sep

332 	const char *sep = symbol_conf.field_sep ?: ";";  in __callchain__fprintf_folded()  local
347 ret += fprintf(fp, "%s%s", first ? "" : sep, in __callchain__fprintf_folded()
417 const char *sep = symbol_conf.field_sep; in __hist_entry__snprintf() local
434 if (!sep || !first) { in __hist_entry__snprintf()
435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf()
462 const char *sep = symbol_conf.field_sep; in hist_entry__hierarchy_fprintf() local
484 if (!sep || !first) { in hist_entry__hierarchy_fprintf()
485 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in hist_entry__hierarchy_fprintf()
499 if (!sep) in hist_entry__hierarchy_fprintf()
523 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf)); in hist_entry__hierarchy_fprintf()
619 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent() argument
624 if (sep != NULL || indent < 2) in print_hierarchy_indent()
642 const char *sep = symbol_conf.field_sep; in hists__fprintf_hierarchy_headers() local
647 print_hierarchy_indent(sep, indent, " ", fp); in hists__fprintf_hierarchy_headers()
655 fprintf(fp, "%s%s", hpp->buf, sep ?: " "); in hists__fprintf_hierarchy_headers()
683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
692 fprintf(fp, "%s", sep ?: ".."); in hists__fprintf_hierarchy_headers()
721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
732 const char *sep = symbol_conf.field_sep; in fprintf_line() local
741 fprintf(fp, "%s", sep ?: " "); in fprintf_line()
760 const char *sep = symbol_conf.field_sep; in hists__fprintf_standard_headers() local
772 if (sep) in hists__fprintf_standard_headers()
786 fprintf(fp, "%s", sep ?: " "); in hists__fprintf_standard_headers()
823 const char *sep = symbol_conf.field_sep; in hists__fprintf() local
880 print_hierarchy_indent(sep, depth, " ", fp); in hists__fprintf()