Searched refs:curr_out_thread (Results 1 – 1 of 1) sorted by relevance
182 struct thread **curr_out_thread; member1576 struct thread *curr_out_thread = sched->curr_out_thread[cpu.cpu]; in print_sched_map() local1581 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()1594 thread_to_check = sched_out ? sched->curr_out_thread[cpu.cpu] : in print_sched_map()1676 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()1756 tr = thread__get_runtime(sched->curr_out_thread[this_cpu.cpu]); in map_switch_event()3557 sched->curr_out_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_out_thread))); in perf_sched__map()3558 if (!sched->curr_out_thread) in perf_sched__map()