Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c2070 #define MAX_PRIO_STR_LEN 8 macro
2107 printf(" %-*s", MAX_PRIO_STR_LEN, "prio"); in timehist_header()
2130 printf(" %-*s", MAX_PRIO_STR_LEN, ""); in timehist_header()
2150 printf(" %.*s", MAX_PRIO_STR_LEN, graph_dotted_line); in timehist_header()
2208 printf(" %-*s ", MAX_PRIO_STR_LEN, timehist_get_priostr(evsel, thread, sample)); in timehist_print_sample()