Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-sched.c197 struct thread *curr_thread[MAX_CPUS]; member
1605 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
1639 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; in map_switch_event() local
1644 if (curr_thread && thread__has_color(curr_thread)) in map_switch_event()
1658 if (sched->curr_thread[cpu.cpu]) { in map_switch_event()
1659 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in map_switch_event()