flexible_active   759 include/linux/perf_event.h 	struct list_head		flexible_active;
flexible_active  2022 kernel/events/core.c 					&ctx->pinned_active : &ctx->flexible_active;
flexible_active  3063 kernel/events/core.c 		list_for_each_entry_safe(event, tmp, &ctx->flexible_active, active_list)
flexible_active  3429 kernel/events/core.c 		list_add_tail(&event->active_list, &sid->ctx->flexible_active);
flexible_active  3794 kernel/events/core.c 	event = list_first_entry_or_null(&ctx->flexible_active,
flexible_active  4180 kernel/events/core.c 	INIT_LIST_HEAD(&ctx->flexible_active);