Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.h27 char shortname[3]; member
/tools/perf/
Dbuiltin-sched.c1441 if (!sched_in->shortname[0]) { in map_switch_event()
1447 sched_in->shortname[0] = '.'; in map_switch_event()
1448 sched_in->shortname[1] = ' '; in map_switch_event()
1450 sched_in->shortname[0] = sched->next_shortname1; in map_switch_event()
1451 sched_in->shortname[1] = sched->next_shortname2; in map_switch_event()
1487 color_fprintf(stdout, pid_color, "%2s ", sched->curr_thread[cpu]->shortname); in map_switch_event()
1503 sched_in->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()