Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-sched.c197 char next_shortname1; member
1597 tr->shortname[0] = sched->next_shortname1; in map_switch_event()
1600 if (sched->next_shortname1 < 'Z') { in map_switch_event()
1601 sched->next_shortname1++; in map_switch_event()
1603 sched->next_shortname1 = 'A'; in map_switch_event()
3438 .next_shortname1 = 'A', in cmd_sched()