Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/ |
D | builtin-sched.c | 2026 static int comm_width = 30; variable 2045 if (n > comm_width) in timehist_get_commstr() 2046 comm_width = n; in timehist_get_commstr() 2088 comm_width, "task name", MAX_PRIO_STR_LEN, "prio", in timehist_header() 2091 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 2110 comm_width, "[tid/pid]", MAX_PRIO_STR_LEN, "", in timehist_header() 2113 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header() 2132 comm_width, graph_dotted_line, MAX_PRIO_STR_LEN, graph_dotted_line, in timehist_header() 2135 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header() 2183 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() [all …]
|