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.

perf beauty: Update the linux/perf_event.h copy with the kernel sources

Update it as one comment got realigned, probably in a merge, so no
changes in perf tooling, just silences this build warning:

Warning: Kernel ABI header differences:
diff -u tools/include/uapi/linux/perf_event.h include/uapi/linux/perf_event.h

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/include/uapi/linux/perf_event.h
··· 1396 1396 #define PERF_MEM_LVLNUM_L4 0x0004 /* L4 */ 1397 1397 #define PERF_MEM_LVLNUM_L2_MHB 0x0005 /* L2 Miss Handling Buffer */ 1398 1398 #define PERF_MEM_LVLNUM_MSC 0x0006 /* Memory-side Cache */ 1399 - #define PERF_MEM_LVLNUM_L0 0x0007 /* L0 */ 1399 + #define PERF_MEM_LVLNUM_L0 0x0007 /* L0 */ 1400 1400 #define PERF_MEM_LVLNUM_UNC 0x0008 /* Uncached */ 1401 1401 #define PERF_MEM_LVLNUM_CXL 0x0009 /* CXL */ 1402 1402 #define PERF_MEM_LVLNUM_IO 0x000a /* I/O */