Home
last modified time | relevance | path

Searched refs:curr_thread (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c181 struct thread **curr_thread; member
1575 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; in print_sched_map() local
1581 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()
1595 sched->curr_thread[cpu.cpu]; in print_sched_map()
1606 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in print_sched_map()
1675 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
3553 sched->curr_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_thread))); in perf_sched__map()
3554 if (!sched->curr_thread) in perf_sched__map()
3594 zfree(&sched->curr_thread); in perf_sched__map()