Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c1391 static char next_shortname2 = '0'; variable
1433 sched_in->shortname[1] = next_shortname2; in map_switch_event()
1439 if (next_shortname2 < '9') { in map_switch_event()
1440 next_shortname2++; in map_switch_event()
1442 next_shortname2='0'; in map_switch_event()