Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dperf_event.h913 struct list_head flexible_active; member
936 return !list_empty(&epc->flexible_active) || !list_empty(&epc->pinned_active); in perf_pmu_ctx_is_active()
/linux-6.15/kernel/events/
H A Dcore.c2238 &event->pmu_ctx->flexible_active; in get_event_list()
3384 &pmu_ctx->flexible_active, in __pmu_ctx_sched_out()
4303 perf_adjust_freq_unthr_events(&pmu_ctx->flexible_active); in perf_adjust_freq_unthr_context()
4338 event = list_first_entry_or_null(&pmu_ctx->flexible_active, in ctx_event_to_rotate()
4841 INIT_LIST_HEAD(&epc->flexible_active); in __perf_init_event_pmu_context()
5076 WARN_ON_ONCE(!list_empty(&epc->flexible_active)); in put_pmu_ctx()