From: Stephane Eranian Date: Fri, 15 Oct 2010 13:15:01 +0000 (+0200) Subject: perf_events: Fix bogus AMD64 generic TLB events X-Git-Tag: v2.6.37-rc1~214^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0cef3d149ce4db293c572bf36ed352b11ce7b9;p=pandora-kernel.git perf_events: Fix bogus AMD64 generic TLB events PERF_COUNT_HW_CACHE_DTLB:READ:MISS had a bogus umask value of 0 which counts nothing. Needed to be 0x7 (to count all possibilities). PERF_COUNT_HW_CACHE_ITLB:READ:MISS had a bogus umask value of 0 which counts nothing. Needed to be 0x3 (to count all possibilities). Signed-off-by: Stephane Eranian Signed-off-by: Peter Zijlstra Cc: Robert Richter Cc: # as far back as it applies LKML-Reference: <4cb85478.41e9d80a.44e2.3f00@mx.google.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed