Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c1597 struct thread_runtime *curr_tr; in map_switch_event() local
1616 curr_tr = thread__get_runtime(sched->curr_thread[cpu]); in map_switch_event()
1617 if (curr_tr == NULL) { in map_switch_event()
1621 color_fprintf(stdout, pid_color, "%2s ", curr_tr->shortname); in map_switch_event()