commit | 940c5b2971de443df22eed0441bc74fb0116e9f5 | [log] [tgz] |
---|---|---|
author | Lin Ming <ming.m.lin@intel.com> | Sun Feb 27 21:13:31 2011 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Mar 04 11:32:50 2011 +0100 |
tree | 7264bdfcc08d5c6f0223d0d45ba7db4e47cf9957 | |
parent | 888a8a3e9d79cbb9d83e53955f684998248580ec [diff] |
perf: Fix the missing event initialization when pmu is found in idr Currently, the event is not initialized if pmu is found in idr. This never causes bug just because now no pmu is associated with the idr id. Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <1298812411.2699.9.camel@localhost> Signed-off-by: Ingo Molnar <mingo@elte.hu>