86b47c2549
perf_event_sched_in() shouldn't try to schedule task events if there
are none otherwise task's ctx->is_active will be set and will not be
cleared during sched_out. This will prevent newly added events from
being scheduled into the task context.
Fixes a boo-boo in commit
|
||
---|---|---|
.. | ||
Makefile | ||
core.c | ||
hw_breakpoint.c | ||
internal.h | ||
ring_buffer.c |