Lines Matching refs:repsep_snprintf

28 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...)  in repsep_snprintf()  function
76 return repsep_snprintf(bf, size, "%5d:%-*.*s", he->thread->tid, in hist_entry__thread_snprintf()
112 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
158 return repsep_snprintf(bf, size, "%-*.*s", width, width, dso_name); in _hist_entry__dso_snprintf()
161 return repsep_snprintf(bf, size, "%-*.*s", width, width, "[unknown]"); in _hist_entry__dso_snprintf()
236 ret += repsep_snprintf(bf, size, "%-#*llx %c ", in _hist_entry__sym_snprintf()
240 ret += repsep_snprintf(bf + ret, size - ret, "[%c] ", level); in _hist_entry__sym_snprintf()
243 ret += repsep_snprintf(bf + ret, size - ret, "%s", sym->name); in _hist_entry__sym_snprintf()
244 ret += repsep_snprintf(bf + ret, size - ret, "+0x%llx", in _hist_entry__sym_snprintf()
246 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
249 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
255 ret += repsep_snprintf(bf + ret, size - ret, "%-#.*llx", in _hist_entry__sym_snprintf()
257 ret += repsep_snprintf(bf + ret, size - ret, "%-*s", in _hist_entry__sym_snprintf()
313 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->srcline); in hist_entry__srcline_snprintf()
366 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->srcfile); in hist_entry__srcfile_snprintf()
393 return repsep_snprintf(bf, size, "%-*.*s", width, width, in hist_entry__parent_snprintf()
415 return repsep_snprintf(bf, size, "%*.*d", width, width, he->cpu); in hist_entry__cpu_snprintf()
436 return repsep_snprintf(bf, size, "%*.*d", width, width-3, he->socket); in hist_entry__socket_snprintf()
465 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__dso_from_snprintf()
485 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__dso_to_snprintf()
533 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_from_snprintf()
546 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_to_snprintf()
601 return repsep_snprintf(bf, size, "%-*.*s", width, width, out); in hist_entry__mispredict_snprintf()
615 return repsep_snprintf(bf, size, "%-*s", width, "-"); in hist_entry__cycles_snprintf()
616 return repsep_snprintf(bf, size, "%-*hd", width, in hist_entry__cycles_snprintf()
746 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__locked_snprintf()
816 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__tlb_snprintf()
893 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__lvl_snprintf()
951 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__snoop_snprintf()
1073 return repsep_snprintf(bf, size, "%-*llu", width, he_weight(he)); in hist_entry__local_weight_snprintf()
1092 return repsep_snprintf(bf, size, "%-*llu", width, he->stat.weight); in hist_entry__global_weight_snprintf()
1180 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__abort_snprintf()
1212 return repsep_snprintf(bf, size, "%-*s", width, out); in hist_entry__in_tx_snprintf()
1284 return repsep_snprintf(bf, size, "%-*s", width, buf); in hist_entry__transaction_snprintf()