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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.c134 int pidwidth, tidwidth; local
140 tidwidth = 3;
151 if (width > tidwidth)
152 tidwidth = width;
160 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
167 tidwidth, values->tid[i]);
179 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; local
182 tidwidth = 3; /* TID */
193 if (width > tidwidth)
194 tidwidth
[all...]

Completed in 102 milliseconds