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

/linux-master/tools/perf/
H A Dbuiltin-sched.c1927 static int comm_width = 30; variable
1946 if (n > comm_width)
1947 comm_width = n;
1969 printf(" %-*s %9s %9s %9s", comm_width,
1985 printf(" %-*s %9s %9s %9s", comm_width,
2001 printf(" %.*s %.9s %.9s %.9s", comm_width,
2048 printf(" %-*s ", comm_width, timehist_get_commstr(thread));
2061 printf(" %-*s", comm_width, nstr);
2065 printf(" %-*s", comm_width, "");
2412 printf(" %-*s ", comm_width, timehist_get_commst
[all...]

Completed in 173 milliseconds