Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c162 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()
[all …]