Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-sched.c1655 struct thread_runtime *curr_tr; in map_switch_event() local
1674 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in map_switch_event()
1675 if (curr_tr == NULL) { in map_switch_event()
1679 color_fprintf(stdout, pid_color, "%2s ", curr_tr->shortname); in map_switch_event()