Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/perf/ |
D | builtin-sched.c | 1905 static int comm_width = 30; variable 1924 if (n > comm_width) in timehist_get_commstr() 1925 comm_width = n; in timehist_get_commstr() 1947 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 1963 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 1979 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header() 2038 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2051 printf(" %-*s", comm_width, nstr); in timehist_print_sample() 2055 printf(" %-*s", comm_width, ""); in timehist_print_sample() 2394 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() [all …]
|