Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 2037 static int comm_width = 30; variable 2056 if (n > comm_width) in timehist_get_commstr() 2057 comm_width = n; in timehist_get_commstr() 2097 printf(" %-*s", comm_width, "task name"); in timehist_header() 2120 printf(" %-*s", comm_width, "[tid/pid]"); in timehist_header() 2140 printf(" %.*s", comm_width, graph_dotted_line); in timehist_header() 2198 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2216 printf(" %-*s", comm_width, nstr); in timehist_print_sample() 2220 printf(" %-*s", comm_width, ""); in timehist_print_sample() 2612 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() [all …]
|