]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf beauty: Update the linux/perf_event.h copy with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 4 Mar 2026 14:49:24 +0000 (11:49 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 4 Mar 2026 14:51:36 +0000 (11:51 -0300)
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>
tools/include/uapi/linux/perf_event.h

index 76e9d0664d0c7d849c934562b4ff7835bb208146..fd10aa8d697f25cdc605fad9fa21d2956569fd27 100644 (file)
@@ -1396,7 +1396,7 @@ union perf_mem_data_src {
 #define PERF_MEM_LVLNUM_L4                     0x0004 /* L4 */
 #define PERF_MEM_LVLNUM_L2_MHB                 0x0005 /* L2 Miss Handling Buffer */
 #define PERF_MEM_LVLNUM_MSC                    0x0006 /* Memory-side Cache */
-#define PERF_MEM_LVLNUM_L0                     0x0007   /* L0 */
+#define PERF_MEM_LVLNUM_L0                     0x0007 /* L0 */
 #define PERF_MEM_LVLNUM_UNC                    0x0008 /* Uncached */
 #define PERF_MEM_LVLNUM_CXL                    0x0009 /* CXL */
 #define PERF_MEM_LVLNUM_IO                     0x000a /* I/O */