Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Daltnames.sh11 SHORT_NAME=shortname
/tools/perf/
Dbuiltin-sched.c269 char shortname[3]; member
1585 if (!tr->shortname[0]) { in map_switch_event()
1591 tr->shortname[0] = '.'; in map_switch_event()
1592 tr->shortname[1] = ' '; in map_switch_event()
1594 tr->shortname[0] = sched->next_shortname1; in map_switch_event()
1595 tr->shortname[1] = sched->next_shortname2; in map_switch_event()
1637 color_fprintf(stdout, pid_color, "%2s ", curr_tr->shortname); in map_switch_event()
1654 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()