]> git.baikalelectronics.ru Git - kernel.git/commit
perf: Do not set task_ctx pointer in cpuctx if there are no events in the context
authorGleb Natapov <gleb@redhat.com>
Sun, 23 Oct 2011 17:10:33 +0000 (19:10 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 14 Nov 2011 12:01:21 +0000 (13:01 +0100)
commitb1df6f253283e18e6b14c966fab2d090a7d78b17
tree6f3e912a02b50dc698f601c3a08453a781e7f754
parent18d8597a06bd459614a2e9186c594cd387d1bed0
perf: Do not set task_ctx pointer in cpuctx if there are no events in the context

Do not set task_ctx pointer during sched_in if there are no
events associated with the context.  Otherwise if during task
execution total number of events in the system will become zero
perf_event_context_sched_out() will not be called and cpuctx->task_ctx
will be left with a stale value.

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