EVENT_FLEXIBLE    368 kernel/events/core.c 	EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED,
EVENT_FLEXIBLE   1486 kernel/events/core.c 	event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE;
EVENT_FLEXIBLE   2515 kernel/events/core.c 	cpu_ctx_sched_in(cpuctx, EVENT_FLEXIBLE, task);
EVENT_FLEXIBLE   2517 kernel/events/core.c 		ctx_sched_in(ctx, cpuctx, EVENT_FLEXIBLE, task);
EVENT_FLEXIBLE   2547 kernel/events/core.c 		event_type |= EVENT_FLEXIBLE;
EVENT_FLEXIBLE   2565 kernel/events/core.c 		cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE);
EVENT_FLEXIBLE   3062 kernel/events/core.c 	if (is_active & EVENT_FLEXIBLE) {
EVENT_FLEXIBLE   3504 kernel/events/core.c 	if (is_active & EVENT_FLEXIBLE)
EVENT_FLEXIBLE   3544 kernel/events/core.c 		cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE);
EVENT_FLEXIBLE   3837 kernel/events/core.c 		ctx_sched_out(task_ctx, cpuctx, EVENT_FLEXIBLE);
EVENT_FLEXIBLE   3839 kernel/events/core.c 		cpu_ctx_sched_out(cpuctx, EVENT_FLEXIBLE);