Searched refs:EVENT_FLEXIBLE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/events/ |
D | core.c | 149 EVENT_FLEXIBLE = 0x1, enumerator 151 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED, 2066 cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE, task); in perf_event_sched_in() 2068 ctx_sched_in(ctx, cpuctx, EVENT_FLEXIBLE, task); in perf_event_sched_in() 2422 if ((is_active & EVENT_FLEXIBLE) && (event_type & EVENT_FLEXIBLE)) { in ctx_sched_out() 2805 if (!(is_active & EVENT_FLEXIBLE) && (event_type & EVENT_FLEXIBLE)) in ctx_sched_in() 2834 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in perf_event_context_sched_in() 3096 cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE); in perf_rotate_context() 3098 ctx_sched_out(ctx, cpuctx, EVENT_FLEXIBLE); in perf_rotate_context()
|