Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/events/
Dcore.c372 EVENT_PINNED = 0x2, enumerator
376 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1539 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2679 cpu_ctx_sched_in(cpuctx, EVENT_PINNED); in perf_event_sched_in()
2681 ctx_sched_in(ctx, cpuctx, EVENT_PINNED); in perf_event_sched_in()
2713 if (event_type & EVENT_PINNED) in ctx_resched()
2731 else if (ctx_event_type & EVENT_PINNED) in ctx_resched()
3291 if (is_active & EVENT_PINNED) { in ctx_sched_out()
3858 if (is_active & EVENT_PINNED) in ctx_sched_in()