Home
last modified time | relevance | path

Searched refs:comm_width (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c2021 static int comm_width = 30; variable
2040 if (n > comm_width) in timehist_get_commstr()
2041 comm_width = n; in timehist_get_commstr()
2081 printf(" %-*s", comm_width, "task name"); in timehist_header()
2104 printf(" %-*s", comm_width, "[tid/pid]"); in timehist_header()
2124 printf(" %.*s", comm_width, graph_dotted_line); in timehist_header()
2195 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
2199 printf(" %-*s", comm_width, ""); in timehist_print_sample()
3037 printf("%*s parent sched-out ", comm_width, "comm"); in timehist_print_summary()
3041 printf("%*s parent sched-in ", comm_width, "comm"); in timehist_print_summary()
[all …]