Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dperf_event.h808 int active_oncpu; member
/Linux-v5.4/kernel/events/
Dcore.c2104 cpuctx->active_oncpu--; in event_sched_out()
2109 if (event->attr.exclusive || !cpuctx->active_oncpu) in event_sched_out()
2375 cpuctx->active_oncpu++; in event_sched_in()
2465 if (event->attr.exclusive && cpuctx->active_oncpu) in group_can_go_on()