Lines Matching refs:EVENT_FLEXIBLE
162 EVENT_FLEXIBLE = 0x01, enumerator
183 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1715 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2966 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_FLEXIBLE | event_type); in perf_event_sched_in()
2968 ctx_sched_in(ctx, pmu, EVENT_FLEXIBLE | event_type); in perf_event_sched_in()
2998 event_type |= EVENT_FLEXIBLE; in ctx_resched()
3022 ctx_sched_out(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in ctx_resched()
3551 if (event_type & EVENT_FLEXIBLE) { in __pmu_ctx_sched_out()
4175 if (event_type & EVENT_FLEXIBLE) in __pmu_ctx_sched_in()
4241 if (is_active & EVENT_FLEXIBLE) { in ctx_sched_in()
4243 __pmu_ctx_sched_in(pmu_ctx, EVENT_FLEXIBLE | (event_type & EVENT_GUEST)); in ctx_sched_in()
4287 ctx_sched_out(&cpuctx->ctx, NULL, EVENT_FLEXIBLE); in perf_event_context_sched_in()
4624 __pmu_ctx_sched_out(task_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4629 __pmu_ctx_sched_out(cpu_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4631 __pmu_ctx_sched_in(cpu_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4638 __pmu_ctx_sched_in(task_epc, EVENT_FLEXIBLE); in perf_rotate_context()