Home
last modified time | relevance | path

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

/linux-6.15/kernel/events/
H A Dcore.c161 EVENT_PINNED = 0x02, enumerator
169 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1599 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2794 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2796 ctx_sched_in(ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2828 if (event_type & EVENT_PINNED) in ctx_resched()
2852 else if (event_type & EVENT_PINNED) in ctx_resched()
3375 if (event_type & EVENT_PINNED) { in __pmu_ctx_sched_out()
3975 if (event_type & EVENT_PINNED) in __pmu_ctx_sched_in()
4021 if (is_active & EVENT_PINNED) { in ctx_sched_in()
[all …]