Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dperf_event.h821 struct list_head flexible_active; member
/linux-5.19.10/kernel/events/
Dcore.c2106 return event->attr.pinned ? &ctx->pinned_active : &ctx->flexible_active; in get_event_list()
3261 list_for_each_entry_safe(event, tmp, &ctx->flexible_active, active_list) in ctx_sched_out()
4107 event = list_first_entry_or_null(&ctx->flexible_active, in ctx_event_to_rotate()
4560 INIT_LIST_HEAD(&ctx->flexible_active); in __perf_event_init_context()