aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorStephane Eranian <[email protected]>2009-11-24 05:27:18 -0800
committerIngo Molnar <[email protected]>2009-11-24 19:23:48 +0100
commit1261a02a0c0ab8e643125705f0d1d83e5090e4d1 (patch)
treef88fb71a8ef8c80c4d9be6bbee9869dd895fb330 /scripts/objdiff
parentfcf1203a919c3a3d212c0ed01f5240fd592bf5ae (diff)
perf_events, x86: Fix validate_event bug
The validate_event() was failing on valid event combinations. The function was assuming that if x86_schedule_event() returned 0, it meant error. But x86_schedule_event() returns the counter index and 0 is a perfectly valid value. An error is returned if the function returns a negative value. Furthermore, validate_event() was also failing for event groups because the event->pmu was not set until after hw_perf_event_init(). Signed-off-by: Stephane Eranian <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> -- arch/x86/kernel/cpu/perf_event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions