Lines Matching refs:EVENT_PINNED
163 EVENT_PINNED = 0x02, enumerator
183 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1715 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2963 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED | event_type); in perf_event_sched_in()
2965 ctx_sched_in(ctx, pmu, EVENT_PINNED | event_type); in perf_event_sched_in()
2997 if (event_type & EVENT_PINNED) in ctx_resched()
3021 else if (event_type & EVENT_PINNED) in ctx_resched()
3544 if (event_type & EVENT_PINNED) { in __pmu_ctx_sched_out()
4173 if (event_type & EVENT_PINNED) in __pmu_ctx_sched_in()
4235 if (is_active & EVENT_PINNED) { in ctx_sched_in()
4237 __pmu_ctx_sched_in(pmu_ctx, EVENT_PINNED | (event_type & EVENT_GUEST)); in ctx_sched_in()