Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/events/
Dcore.c150 EVENT_PINNED = 0x2, enumerator
151 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
2063 cpu_ctx_sched_in(cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2065 ctx_sched_in(ctx, cpuctx, EVENT_PINNED, task); in perf_event_sched_in()
2417 if ((is_active & EVENT_PINNED) && (event_type & EVENT_PINNED)) { in ctx_sched_out()
2801 if (!(is_active & EVENT_PINNED) && (event_type & EVENT_PINNED)) in ctx_sched_in()