Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c197 char next_shortname1; member
1594 tr->shortname[0] = sched->next_shortname1; in map_switch_event()
1597 if (sched->next_shortname1 < 'Z') { in map_switch_event()
1598 sched->next_shortname1++; in map_switch_event()
1600 sched->next_shortname1 = 'A'; in map_switch_event()
3433 .next_shortname1 = 'A', in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c198 char next_shortname1; member
1634 tr->shortname[0] = sched->next_shortname1; in map_switch_event()
1637 if (sched->next_shortname1 < 'Z') { in map_switch_event()
1638 sched->next_shortname1++; in map_switch_event()
1640 sched->next_shortname1 = 'A'; in map_switch_event()
3484 .next_shortname1 = 'A', in cmd_sched()

Completed in 11 milliseconds