Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-sched.c142 char next_shortname2; member
1349 sched_in->shortname[1] = sched->next_shortname2; in map_switch_event()
1355 if (sched->next_shortname2 < '9') in map_switch_event()
1356 sched->next_shortname2++; in map_switch_event()
1358 sched->next_shortname2 = '0'; in map_switch_event()
1704 .next_shortname2 = '0', in cmd_sched()