]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/uapi/linux/perf_event.h
perf: Fix comments in PERF_MEM_LVL bitmask
[karo-tx-linux.git] / include / uapi / linux / perf_event.h
index 964a450a6e2cda668b52bfbf64b14ecfe7414e7b..fb104e51496ed0779159541865d42933b1a5e7a2 100644 (file)
@@ -645,8 +645,8 @@ union perf_mem_data_src {
 #define PERF_MEM_LVL_MISS      0x04  /* miss level  */
 #define PERF_MEM_LVL_L1                0x08  /* L1 */
 #define PERF_MEM_LVL_LFB       0x10  /* Line Fill Buffer */
-#define PERF_MEM_LVL_L2                0x20  /* L2 hit */
-#define PERF_MEM_LVL_L3                0x40  /* L3 hit */
+#define PERF_MEM_LVL_L2                0x20  /* L2 */
+#define PERF_MEM_LVL_L3                0x40  /* L3 */
 #define PERF_MEM_LVL_LOC_RAM   0x80  /* Local DRAM */
 #define PERF_MEM_LVL_REM_RAM1  0x100 /* Remote DRAM (1 hop) */
 #define PERF_MEM_LVL_REM_RAM2  0x200 /* Remote DRAM (2 hops) */