Searched refs:curr_out_thread (Results 1 – 1 of 1) sorted by relevance
186 struct thread **curr_out_thread; member1587 struct thread *curr_out_thread = sched->curr_out_thread[cpu.cpu]; in print_sched_map() local1592 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()1605 thread_to_check = sched_out ? sched->curr_out_thread[cpu.cpu] : in print_sched_map()1686 thread__put(sched->curr_out_thread[this_cpu.cpu]); in map_switch_event()1689 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()1771 tr = thread__get_runtime(sched->curr_out_thread[this_cpu.cpu]); in map_switch_event()3621 sched->curr_out_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_out_thread))); in perf_sched__map()3622 if (!sched->curr_out_thread) in perf_sched__map()3659 thread__put(sched->curr_out_thread[i]); in perf_sched__map()[all …]