Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c1905 static int comm_width = 30; variable
1924 if (n > comm_width) in timehist_get_commstr()
1925 comm_width = n; in timehist_get_commstr()
1947 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
1963 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
1979 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header()
2038 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample()
2051 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
2055 printf(" %-*s", comm_width, ""); in timehist_print_sample()
2394 printf(" %-*s ", comm_width, timehist_get_commst in timehist_print_wakeup_event()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c1952 static int comm_width = 30; variable
1971 if (n > comm_width) in timehist_get_commstr()
1972 comm_width = n; in timehist_get_commstr()
1994 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
2010 printf(" %-*s %9s %9s %9s", comm_width, in timehist_header()
2026 printf(" %.*s %.9s %.9s %.9s", comm_width, in timehist_header()
2085 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample()
2098 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
2102 printf(" %-*s", comm_width, ""); in timehist_print_sample()
2449 printf(" %-*s ", comm_width, timehist_get_commst in timehist_print_wakeup_event()
[all...]

Completed in 9 milliseconds