Searched refs:pidwidth (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.c133 int pidwidth, tidwidth; local
140 pidwidth = 3;
147 if (width > pidwidth)
148 pidwidth = width;
159 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
165 fprintf(fp, " %*d %*d", pidwidth, values->pid[i],
178 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
182 pidwidth = 3; /* PID */
189 if (width > pidwidth)
190 pidwidth
[all...]

Completed in 50 milliseconds