diff options
author | Stephane Eranian <[email protected]> | 2010-10-15 15:15:01 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-10-18 19:58:48 +0200 |
commit | ba0cef3d149ce4db293c572bf36ed352b11ce7b9 (patch) | |
tree | af811c141b19286f715d75c564f121aeda40f309 /net/unix/sysctl_net_unix.c | |
parent | c530ccd9a1864a44a7ff35826681229ce9f2357a (diff) |
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 <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: <[email protected]> # as far back as it applies
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions