pidwidth 205 tools/perf/util/values.c int pidwidth, tidwidth; pidwidth 214 tools/perf/util/values.c pidwidth = 3; pidwidth 221 tools/perf/util/values.c if (width > pidwidth) pidwidth 222 tools/perf/util/values.c pidwidth = width; pidwidth 233 tools/perf/util/values.c fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID"); pidwidth 239 tools/perf/util/values.c fprintf(fp, " %*d %*d", pidwidth, values->pid[i], pidwidth 252 tools/perf/util/values.c int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; pidwidth 256 tools/perf/util/values.c pidwidth = 3; /* PID */ pidwidth 263 tools/perf/util/values.c if (width > pidwidth) pidwidth 264 tools/perf/util/values.c pidwidth = width; pidwidth 286 tools/perf/util/values.c pidwidth, "PID", tidwidth, "TID", pidwidth 292 tools/perf/util/values.c pidwidth, values->pid[i],