Searched refs:curr_thread (Results 1 – 1 of 1) sorted by relevance
185 struct thread **curr_thread; member1586 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; in print_sched_map() local1592 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()1606 sched->curr_thread[cpu.cpu]; in print_sched_map()1617 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in print_sched_map()1685 thread__put(sched->curr_thread[this_cpu.cpu]); in map_switch_event()1688 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()3617 sched->curr_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_thread))); in perf_sched__map()3618 if (!sched->curr_thread) in perf_sched__map()3664 thread__put(sched->curr_thread[i]); in perf_sched__map()[all …]