Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/events/
Dcore.c359 EVENT_PINNED = 0x2, enumerator
363 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1481 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2507 cpu_ctx_sched_in(cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2509 ctx_sched_in(ctx, cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2541 if (event_type & EVENT_PINNED) in ctx_resched()
2559 else if (ctx_event_type & EVENT_PINNED) in ctx_resched()
3052 if (is_active & EVENT_PINNED) { in ctx_sched_out()
3495 if (is_active & EVENT_PINNED) in ctx_sched_in()