From: Peter Zijlstra Date: Mon, 23 Nov 2009 10:37:26 +0000 (+0100) Subject: perf_events: Update the context time on exit X-Git-Tag: v2.6.33-rc1~399^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e942bb33371254a474653123cd9e13a4c89ee44;p=pandora-kernel.git perf_events: Update the context time on exit It appeared we did call update_event_times() on exit, but we failed to update the context time, which renders the former moot. Locking is a bit iffy, we call update_event_times under ctx->mutex instead of ctx->lock - the next patch fixes this. Signed-off-by: Peter Zijlstra Cc: Paul Mackerras Cc: Frederic Weisbecker LKML-Reference: <20091123103819.764207355@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed