commit | 6c9687abeb24d5b7aae7db5be070c2139ad29e29 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Jan 25 11:57:25 2010 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 29 09:01:43 2010 +0100 |
tree | 7f51feb24627f1b8e81805aab9c727bbff92c2bd | |
parent | c933c1a603d5bf700ddce79216c1be0ec3bc0e6c [diff] |
perf_event: x86: Optimize x86_pmu_disable() x86_pmu_disable() removes the event from the cpuc->event_list[], however since an event can only be on that list once, stop looking after we found it. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>