Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c163 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()
[all …]