Searched refs:curr_thread (Results 1 – 1 of 1) sorted by relevance
196 struct thread *curr_thread[MAX_CPUS]; member1580 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()1612 struct thread *curr_thread = sched->curr_thread[cpu]; in map_switch_event() local1617 if (curr_thread && thread__has_color(curr_thread)) in map_switch_event()1631 if (sched->curr_thread[cpu]) { in map_switch_event()1632 curr_tr = thread__get_runtime(sched->curr_thread[cpu]); in map_switch_event()