EVENT_PINNED
event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE;
EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED | event_type);
ctx_sched_in(ctx, pmu, EVENT_PINNED | event_type);
if (event_type & EVENT_PINNED)
else if (event_type & EVENT_PINNED)
if (event_type & EVENT_PINNED) {
if (event_type & EVENT_PINNED)
if (is_active & EVENT_PINNED) {
__pmu_ctx_sched_in(pmu_ctx, EVENT_PINNED | (event_type & EVENT_GUEST));