Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c1892 static int comm_width = 30; variable
1911 if (n > comm_width) in timehist_get_commstr()
1912 comm_width = n; in timehist_get_commstr()
1934 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
1950 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
1966 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header()
2022 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample()
2035 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
2039 printf(" %-*s", comm_width, ""); in timehist_print_sample()
2378 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event()
[all …]