Searched refs:curr_out_thread (Results 1 – 1 of 1) sorted by relevance
184 struct thread **curr_out_thread; member1581 struct thread *curr_out_thread = sched->curr_out_thread[cpu.cpu]; in print_sched_map() local1586 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()1599 thread_to_check = sched_out ? sched->curr_out_thread[cpu.cpu] : in print_sched_map()1681 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()1761 tr = thread__get_runtime(sched->curr_out_thread[this_cpu.cpu]); in map_switch_event()3547 sched->curr_out_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_out_thread))); in perf_sched__map()3548 if (!sched->curr_out_thread) in perf_sched__map()