Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-sched.c198 char next_shortname1; member
1619 tr->shortname[0] = sched->next_shortname1; in map_switch_event()
1622 if (sched->next_shortname1 < 'Z') { in map_switch_event()
1623 sched->next_shortname1++; in map_switch_event()
1625 sched->next_shortname1 = 'A'; in map_switch_event()
3475 .next_shortname1 = 'A', in cmd_sched()