Searched refs:tidwidth (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
139 tidwidth = 3;
150 if (width > tidwidth)
151 tidwidth = width;
159 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
166 tidwidth, values->tid[i]);
178 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
181 tidwidth = 3; /* TID */
192 if (width > tidwidth)
193 tidwidth
[all...]

Completed in 48 milliseconds