commit | 5167695753c63444a9e6cbbef136200a16c7a225 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Dec 07 14:18:20 2010 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 08 20:14:08 2010 +0100 |
tree | 6394b1e620027882556beb2e899449805dd3c3cc | |
parent | 6313e3c21743cc88bb5bd8aa72948ee1e83937b6 [diff] |
perf: Fix duplicate events with multiple-pmu vs software events Because the multi-pmu bits can share contexts between struct pmu instances we could get duplicate events by iterating the pmu list. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>