Searched refs:repsep_snprintf (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/util/ |
D | sort.c | 107 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf() function 131 return repsep_snprintf(bf, size, "%*s:%5d", width, in hist_entry__thread_snprintf() 138 return repsep_snprintf(bf, size, "%*s", width, self->thread->comm); in hist_entry__comm_snprintf() 170 return repsep_snprintf(bf, size, "%-*s", width, dso_name); in hist_entry__dso_snprintf() 173 return repsep_snprintf(bf, size, "%-*s", width, "[unknown]"); in hist_entry__dso_snprintf() 199 ret += repsep_snprintf(bf, size, "%-#*llx %c ", in hist_entry__sym_snprintf() 203 ret += repsep_snprintf(bf + ret, size - ret, "[%c] ", self->level); in hist_entry__sym_snprintf() 205 ret += repsep_snprintf(bf + ret, size - ret, "%s", in hist_entry__sym_snprintf() 208 ret += repsep_snprintf(bf + ret, size - ret, "%-#*llx", in hist_entry__sym_snprintf() 251 return repsep_snprintf(bf, size, "%-*s", width, in hist_entry__parent_snprintf() [all …]
|