Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-sched.c192 struct thread *curr_thread[MAX_CPUS]; member
1574 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
1606 struct thread *curr_thread = sched->curr_thread[cpu]; in map_switch_event() local
1611 if (curr_thread && thread__has_color(curr_thread)) in map_switch_event()
1625 if (sched->curr_thread[cpu]) { in map_switch_event()
1626 curr_tr = thread__get_runtime(sched->curr_thread[cpu]); in map_switch_event()