Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dperf_event.h846 struct list_head flexible_active; member
/Linux-v6.1/kernel/events/
Dcore.c2112 return event->attr.pinned ? &ctx->pinned_active : &ctx->flexible_active; in get_event_list()
3297 list_for_each_entry_safe(event, tmp, &ctx->flexible_active, active_list) in ctx_sched_out()
4156 event = list_first_entry_or_null(&ctx->flexible_active, in ctx_event_to_rotate()
4609 INIT_LIST_HEAD(&ctx->flexible_active); in __perf_event_init_context()