Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c1390 static char next_shortname1 = 'A'; variable
1432 sched_in->shortname[0] = next_shortname1; in map_switch_event()
1435 if (next_shortname1 < 'Z') { in map_switch_event()
1436 next_shortname1++; in map_switch_event()
1438 next_shortname1='A'; in map_switch_event()