Searched refs:counterwidth (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dvalues.c206 int *counterwidth; local
208 counterwidth = malloc(values->counters * sizeof(*counterwidth));
209 if (!counterwidth) {
210 fprintf(fp, "INTERNAL ERROR: Failed to allocate counterwidth array\n");
216 counterwidth[j] = strlen(values->countername[j]);
228 if (width > counterwidth[j])
229 counterwidth[j] = width;
235 fprintf(fp, " %*s", counterwidth[j], values->countername[j]);
243 counterwidth[
[all...]

Completed in 102 milliseconds