]> git.baikalelectronics.ru Git - kernel.git/commit
perf: Do no try to schedule task events if there are none
authorGleb Natapov <gleb@redhat.com>
Tue, 22 Nov 2011 14:08:21 +0000 (16:08 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 7 Dec 2011 15:31:22 +0000 (16:31 +0100)
commitfa5ce365f306a8eb8e3543d6c9cd15a4efb2a2ab
tree45ed2f1c82a258bcbbe0550aa728b11187512322
parent0138918e09c0ca675bd7e4a5cec04d637dc42cce
perf: Do no try to schedule task events if there are none

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 b1df6f25328 ("perf: Do not set task_ctx
pointer in cpuctx if there are no events in the context").

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20111122140821.GF2557@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/events/core.c