From: Peter Zijlstra Date: Fri, 20 Nov 2009 21:19:54 +0000 (+0100) Subject: perf: Fix time locking X-Git-Tag: v2.6.33-rc1~399^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8988c9f7defe319cffe0cd362a7cd356c86f62;p=pandora-kernel.git perf: Fix time locking Most sites updating ctx->time and event times do so under ctx->lock, make sure they all do. This was made possible by removing the __perf_event_read() call from __perf_event_sync_stat(), which already had this lock taken. Signed-off-by: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <20091120212509.102316434@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed