Lines Matching refs:EVENT_FLEXIBLE
160 EVENT_FLEXIBLE = 0x01, enumerator
169 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1599 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2797 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
2799 ctx_sched_in(ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
2829 event_type |= EVENT_FLEXIBLE; in ctx_resched()
2853 ctx_sched_out(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in ctx_resched()
3382 if (event_type & EVENT_FLEXIBLE) { in __pmu_ctx_sched_out()
3977 if (event_type & EVENT_FLEXIBLE) in __pmu_ctx_sched_in()
4027 if (is_active & EVENT_FLEXIBLE) { in ctx_sched_in()
4029 __pmu_ctx_sched_in(pmu_ctx, EVENT_FLEXIBLE); in ctx_sched_in()
4073 ctx_sched_out(&cpuctx->ctx, NULL, EVENT_FLEXIBLE); in perf_event_context_sched_in()
4414 __pmu_ctx_sched_out(task_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4419 __pmu_ctx_sched_out(cpu_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4421 __pmu_ctx_sched_in(cpu_epc, EVENT_FLEXIBLE); in perf_rotate_context()
4428 __pmu_ctx_sched_in(task_epc, EVENT_FLEXIBLE); in perf_rotate_context()