Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/perf/ |
D | builtin-sched.c | 1932 static int comm_width = 30; variable 1951 if (n > comm_width) in timehist_get_commstr() 1952 comm_width = n; in timehist_get_commstr() 1974 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 1990 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 2006 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header() 2065 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2078 printf(" %-*s", comm_width, nstr); in timehist_print_sample() 2082 printf(" %-*s", comm_width, ""); in timehist_print_sample() 2421 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() [all …]
|