Searched refs:curr_thread (Results 1 – 1 of 1) sorted by relevance
181 struct thread **curr_thread; member1579 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; in print_sched_map() local1585 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()1599 sched->curr_thread[cpu.cpu]; in print_sched_map()1610 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in print_sched_map()1678 thread__put(sched->curr_thread[this_cpu.cpu]); in map_switch_event()1681 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()3610 sched->curr_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_thread))); in perf_sched__map()3611 if (!sched->curr_thread) in perf_sched__map()3657 thread__put(sched->curr_thread[i]); in perf_sched__map()[all …]