We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad3b68 commit b7ddd38Copy full SHA for b7ddd38
tools/include/uapi/linux/perf_event.h
@@ -1327,7 +1327,9 @@ union perf_mem_data_src {
1327
#define PERF_MEM_LVLNUM_L2 0x02 /* L2 */
1328
#define PERF_MEM_LVLNUM_L3 0x03 /* L3 */
1329
#define PERF_MEM_LVLNUM_L4 0x04 /* L4 */
1330
-/* 5-0xa available */
+/* 5-0x8 available */
1331
+#define PERF_MEM_LVLNUM_CXL 0x09 /* CXL */
1332
+#define PERF_MEM_LVLNUM_IO 0x0a /* I/O */
1333
#define PERF_MEM_LVLNUM_ANY_CACHE 0x0b /* Any cache */
1334
#define PERF_MEM_LVLNUM_LFB 0x0c /* LFB */
1335
#define PERF_MEM_LVLNUM_RAM 0x0d /* RAM */
0 commit comments