Lines Matching refs:repsep_snprintf

27 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...)  in repsep_snprintf()  function
75 return repsep_snprintf(bf, size, "%5d:%-*.*s", he->thread->tid, in hist_entry__thread_snprintf()
111 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
157 return repsep_snprintf(bf, size, "%-*.*s", width, width, dso_name); in _hist_entry__dso_snprintf()
160 return repsep_snprintf(bf, size, "%-*.*s", width, width, "[unknown]"); in _hist_entry__dso_snprintf()
237 ret += repsep_snprintf(bf, size, "%-#*llx %c ", in _hist_entry__sym_snprintf()
241 ret += repsep_snprintf(bf + ret, size - ret, "[%c] ", level); in _hist_entry__sym_snprintf()
244 ret += repsep_snprintf(bf + ret, size - ret, "%s", sym->name); in _hist_entry__sym_snprintf()
245 ret += repsep_snprintf(bf + ret, size - ret, "+0x%llx", in _hist_entry__sym_snprintf()
247 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
250 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
256 ret += repsep_snprintf(bf + ret, size - ret, "%-#.*llx", in _hist_entry__sym_snprintf()
258 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
314 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->srcline); in hist_entry__srcline_snprintf()
341 return repsep_snprintf(bf, size, "%-*.*s", width, width, in hist_entry__parent_snprintf()
363 return repsep_snprintf(bf, size, "%*.*d", width, width, he->cpu); in hist_entry__cpu_snprintf()
392 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__dso_from_snprintf()
412 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__dso_to_snprintf()
460 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_from_snprintf()
473 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_to_snprintf()
528 return repsep_snprintf(bf, size, "%-*.*s", width, width, out); in hist_entry__mispredict_snprintf()
621 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__locked_snprintf()
691 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__tlb_snprintf()
768 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__lvl_snprintf()
826 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__snoop_snprintf()
948 return repsep_snprintf(bf, size, "%-*llu", width, he_weight(he)); in hist_entry__local_weight_snprintf()
967 return repsep_snprintf(bf, size, "%-*llu", width, he->stat.weight); in hist_entry__global_weight_snprintf()
1048 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__abort_snprintf()
1080 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__in_tx_snprintf()
1152 return repsep_snprintf(bf, size, "%-*s", width, buf); in hist_entry__transaction_snprintf()