Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c164 EVENT_PINNED = 0x02, enumerator
184 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1716 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2971 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED | event_type); in perf_event_sched_in()
2973 ctx_sched_in(ctx, pmu, EVENT_PINNED | event_type); in perf_event_sched_in()
3005 if (event_type & EVENT_PINNED) in ctx_resched()
3029 else if (event_type & EVENT_PINNED) in ctx_resched()
3552 if (event_type & EVENT_PINNED) { in __pmu_ctx_sched_out()
4181 if (event_type & EVENT_PINNED) in __pmu_ctx_sched_in()
4243 if (is_active & EVENT_PINNED) { in ctx_sched_in()
[all …]