Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/events/
Dcore.c374 EVENT_PINNED = 0x2, enumerator
379 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1522 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2675 ctx_sched_in(&cpuctx->ctx, EVENT_PINNED); in perf_event_sched_in()
2677 ctx_sched_in(ctx, EVENT_PINNED); in perf_event_sched_in()
2713 if (event_type & EVENT_PINNED) in ctx_resched()
2733 else if (event_type & EVENT_PINNED) in ctx_resched()
3257 if (event_type & EVENT_PINNED) { in __pmu_ctx_sched_out()
3932 if (is_active & EVENT_PINNED) in ctx_sched_in()