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

/linux-master/tools/perf/util/
H A Dvalues.c205 int pidwidth, tidwidth; local
213 tidwidth = 3;
224 if (width > tidwidth)
225 tidwidth = width;
233 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
240 tidwidth, values->tid[i]);
252 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
255 tidwidth = 3; /* TID */
266 if (width > tidwidth)
267 tidwidth
[all...]

Completed in 112 milliseconds