comm_width       1900 tools/perf/builtin-sched.c static int comm_width = 30;
comm_width       1919 tools/perf/builtin-sched.c 	if (n > comm_width)
comm_width       1920 tools/perf/builtin-sched.c 		comm_width = n;
comm_width       1942 tools/perf/builtin-sched.c 	printf(" %-*s  %9s  %9s  %9s", comm_width,
comm_width       1958 tools/perf/builtin-sched.c 	printf(" %-*s  %9s  %9s  %9s", comm_width,
comm_width       1974 tools/perf/builtin-sched.c 	printf(" %.*s  %.9s  %.9s  %.9s", comm_width,
comm_width       2030 tools/perf/builtin-sched.c 	printf(" %-*s ", comm_width, timehist_get_commstr(thread));
comm_width       2043 tools/perf/builtin-sched.c 		printf(" %-*s", comm_width, nstr);
comm_width       2047 tools/perf/builtin-sched.c 		printf("  %-*s", comm_width, "");
comm_width       2386 tools/perf/builtin-sched.c 	printf(" %-*s ", comm_width, timehist_get_commstr(thread));
comm_width       2469 tools/perf/builtin-sched.c 	printf(" %-*s ", comm_width, timehist_get_commstr(thread));
comm_width       2665 tools/perf/builtin-sched.c 	       comm_width, timehist_get_commstr(t), t->ppid,
comm_width       2685 tools/perf/builtin-sched.c 	       comm_width, timehist_get_commstr(t), t->ppid,
comm_width       2815 tools/perf/builtin-sched.c 		printf("%*s  parent  sched-out  ", comm_width, "comm");
comm_width       2819 tools/perf/builtin-sched.c 		printf("%*s  parent   sched-in  ", comm_width, "comm");
comm_width       2823 tools/perf/builtin-sched.c 		printf("%*s  parent   sched-in  ", comm_width, "comm");
comm_width       2826 tools/perf/builtin-sched.c 	printf("%*s            (count)  ", comm_width, "");