Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/events/
Dcore.c373 EVENT_FLEXIBLE = 0x1, enumerator
379 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
1522 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE; in get_event_type()
2678 ctx_sched_in(&cpuctx->ctx, EVENT_FLEXIBLE); in perf_event_sched_in()
2680 ctx_sched_in(ctx, EVENT_FLEXIBLE); in perf_event_sched_in()
2714 event_type |= EVENT_FLEXIBLE; in ctx_resched()
2734 ctx_sched_out(&cpuctx->ctx, EVENT_FLEXIBLE); in ctx_resched()
3264 if (event_type & EVENT_FLEXIBLE) { in __pmu_ctx_sched_out()
3936 if (is_active & EVENT_FLEXIBLE) in ctx_sched_in()
3980 ctx_sched_out(&cpuctx->ctx, EVENT_FLEXIBLE); in perf_event_context_sched_in()
[all …]