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

/linux-master/tools/perf/util/
H A Dvalues.c205 int pidwidth, tidwidth; local
214 pidwidth = 3;
221 if (width > pidwidth)
222 pidwidth = width;
233 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
239 fprintf(fp, " %*d %*d", pidwidth, values->pid[i],
252 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
256 pidwidth = 3; /* PID */
263 if (width > pidwidth)
264 pidwidth
[all...]

Completed in 127 milliseconds