Home
last modified time | relevance | path

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

/kernel/events/
Dcore.c371 EVENT_PINNED = 0x2, enumerator
375 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1632 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2763 cpu_ctx_sched_in(cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2765 ctx_sched_in(ctx, cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2797 if (event_type & EVENT_PINNED) in ctx_resched()
2815 else if (ctx_event_type & EVENT_PINNED) in ctx_resched()
3375 if (is_active & EVENT_PINNED) { in ctx_sched_out()
3930 if (is_active & EVENT_PINNED) in ctx_sched_in()