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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dvalues.c134 int *counterwidth; local
136 counterwidth = malloc(values->counters * sizeof(*counterwidth));
137 if (!counterwidth)
138 die("failed to allocate counterwidth array");
142 counterwidth[j] = strlen(values->countername[j]);
154 if (width > counterwidth[j])
155 counterwidth[j] = width;
161 fprintf(fp, " %*s", counterwidth[j], values->countername[j]);
169 counterwidth[
[all...]

Completed in 38 milliseconds