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

/external/linux-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 55 milliseconds