Searched refs:namewidth (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
183 namewidth = 4; /* "Name" */
197 if (width > namewidth)
198 namewidth = width;
213 namewidth, "Name", rawwidth, "Raw",
220 namewidth, values->countername[j],

Completed in 105 milliseconds