Searched refs:curr_thread (Results 1 – 1 of 1) sorted by relevance
197 struct thread *curr_thread[MAX_CPUS]; member1605 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()1639 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; in map_switch_event() local1644 if (curr_thread && thread__has_color(curr_thread)) in map_switch_event()1658 if (sched->curr_thread[cpu.cpu]) { in map_switch_event()1659 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in map_switch_event()