Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h970 struct list_head pinned_active; member
994 return !list_empty(&epc->flexible_active) || !list_empty(&epc->pinned_active); in perf_pmu_ctx_is_active()
/linux/kernel/events/
H A Dcore.c2341 return event->attr.pinned ? &event->pmu_ctx->pinned_active : in get_event_list()
3546 &pmu_ctx->pinned_active, in __pmu_ctx_sched_out()
4512 perf_adjust_freq_unthr_events(&pmu_ctx->pinned_active); in perf_adjust_freq_unthr_context()
5049 INIT_LIST_HEAD(&epc->pinned_active); in __perf_init_event_pmu_context()
5284 WARN_ON_ONCE(!list_empty(&epc->pinned_active)); in put_pmu_ctx()