commit | b79387ef185af2323594920923cecba5753c3817 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Nov 22 11:25:43 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 06 08:34:01 2011 +0100 |
tree | 2c6d685794c30859cf3dde7316d02475cf9ad7cb | |
parent | 1d9b482e78d3b16f97f85a82849f82db7eed3102 [diff] |
perf: Fix enable_on_exec for sibling events Deng-Cheng Zhu reported that sibling events that were created disabled with enable_on_exec would never get enabled. Iterate all events instead of the group lists. Reported-by: Deng-Cheng Zhu <dczhu@mips.com> Tested-by: Deng-Cheng Zhu <dczhu@mips.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1322048382.14799.41.camel@twins Signed-off-by: Ingo Molnar <mingo@elte.hu>