Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/perf/ |
D | builtin-sched.c | 1900 static int comm_width = 30; variable 1919 if (n > comm_width) in timehist_get_commstr() 1920 comm_width = n; in timehist_get_commstr() 1942 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 1958 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 1974 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header() 2030 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2043 printf(" %-*s", comm_width, nstr); in timehist_print_sample() 2047 printf(" %-*s", comm_width, ""); in timehist_print_sample() 2386 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() [all …]
|