Searched refs:countwidth (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.c178 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
185 countwidth = 5; /* "Count" */
206 if (width > countwidth)
207 countwidth = width;
214 countwidth, "Count");
222 countwidth, values->value[i][j]);

Completed in 48 milliseconds