Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:next_shortname2

1431 static char next_shortname2 = '0';
1473 sched_in->shortname[1] = next_shortname2;
1479 if (next_shortname2 < '9') {
1480 next_shortname2++;
1482 next_shortname2='0';