From: Andi Kleen Date: Mon, 9 Mar 2015 18:20:22 +0000 (-0700) Subject: perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraints X-Git-Tag: omap-for-v4.1/fixes-rc1~233^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c420f19b9cdc59662dbb56677417487efc1729ec;p=pandora-kernel.git perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraints Some of the CYCLE_ACTIVITY.* events can only be scheduled on counter 2. Due to a typo Haswell matched those with INTEL_EVENT_CONSTRAINT, which lead to the events never matching as the comparison does not expect anything in the umask too. Fix the typo. Signed-off-by: Andi Kleen Signed-off-by: Peter Zijlstra (Intel) Link: http://lkml.kernel.org/r/1425925222-32361-1-git-send-email-andi@firstfloor.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed