Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c198 char next_shortname2; member
1595 tr->shortname[1] = sched->next_shortname2; in map_switch_event()
1601 if (sched->next_shortname2 < '9') in map_switch_event()
1602 sched->next_shortname2++; in map_switch_event()
1604 sched->next_shortname2 = '0'; in map_switch_event()
3434 .next_shortname2 = '0', in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c199 char next_shortname2; member
1635 tr->shortname[1] = sched->next_shortname2; in map_switch_event()
1641 if (sched->next_shortname2 < '9') in map_switch_event()
1642 sched->next_shortname2++; in map_switch_event()
1644 sched->next_shortname2 = '0'; in map_switch_event()
3485 .next_shortname2 = '0', in cmd_sched()

Completed in 11 milliseconds