Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/ |
D | builtin-sched.c | 1952 static int comm_width = 30; variable 1971 if (n > comm_width) in timehist_get_commstr() 1972 comm_width = n; in timehist_get_commstr() 1994 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 2010 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 2026 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header() 2085 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2098 printf(" %-*s", comm_width, nstr); in timehist_print_sample() 2102 printf(" %-*s", comm_width, ""); in timehist_print_sample() 2449 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() [all …]
|