Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c2048 static int comm_width = 30; variable
2067 if (n > comm_width) in timehist_get_commstr()
2068 comm_width = n; in timehist_get_commstr()
2108 printf(" %-*s", comm_width, "task name"); in timehist_header()
2131 printf(" %-*s", comm_width, "[tid/pid]"); in timehist_header()
2151 printf(" %.*s", comm_width, graph_dotted_line); in timehist_header()
2209 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample()
2227 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
2231 printf(" %-*s", comm_width, ""); in timehist_print_sample()
2623 printf(" %-*s ", comm_width, timehist_get_commst in timehist_print_wakeup_event()
[all...]