From: Peter Zijlstra Date: Tue, 11 May 2010 14:19:10 +0000 (+0200) Subject: perf: Fix exit() vs event-groups X-Git-Tag: v2.6.35-rc1~522^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c21a460a37880abfbc8445d5b098dbab958a29;p=pandora-kernel.git perf: Fix exit() vs event-groups Corey reported that the value scale times of group siblings are not updated when the monitored task dies. The problem appears to be that we only update the group leader's time values, fix it by updating the whole group. Reported-by: Corey Ashford Signed-off-by: Peter Zijlstra Cc: Paul Mackerras Cc: Mike Galbraith Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: # .34.x LKML-Reference: <1273588935.1810.6.camel@laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed