Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h563 int active_oncpu; member
/linux-4.1.27/kernel/events/
Dcore.c1575 cpuctx->active_oncpu--; in event_sched_out()
1580 if (event->attr.exclusive || !cpuctx->active_oncpu) in event_sched_out()
1903 cpuctx->active_oncpu++; in event_sched_in()
2012 if (event->attr.exclusive && cpuctx->active_oncpu) in group_can_go_on()