Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fix from Thomas Gleixner:
"A single fix to compute the field offset of the SNOOPX bit in the data
source bitmask of perf events correctly"

* tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf: correct SNOOPX field offset

+1 -1
+1 -1
include/uapi/linux/perf_event.h
··· 1196 1196 1197 1197 #define PERF_MEM_SNOOPX_FWD 0x01 /* forward */ 1198 1198 /* 1 free */ 1199 - #define PERF_MEM_SNOOPX_SHIFT 37 1199 + #define PERF_MEM_SNOOPX_SHIFT 38 1200 1200 1201 1201 /* locked instruction */ 1202 1202 #define PERF_MEM_LOCK_NA 0x01 /* not available */