Searched refs:MAX_PRIO_STR_LEN (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 2063 #define MAX_PRIO_STR_LEN 8 macro 2100 printf(" %-*s", MAX_PRIO_STR_LEN, "prio"); in timehist_header() 2123 printf(" %-*s", MAX_PRIO_STR_LEN, ""); in timehist_header() 2143 printf(" %.*s", MAX_PRIO_STR_LEN, graph_dotted_line); in timehist_header() 2201 printf(" %-*s ", MAX_PRIO_STR_LEN, timehist_get_priostr(evsel, thread, sample)); in timehist_print_sample()
|