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 160ae99 commit 923396fCopy full SHA for 923396f
tools/perf/util/mem-events.c
@@ -294,6 +294,8 @@ static const char * const mem_lvl[] = {
294
};
295
296
static const char * const mem_lvlnum[] = {
297
+ [PERF_MEM_LVLNUM_CXL] = "CXL",
298
+ [PERF_MEM_LVLNUM_IO] = "I/O",
299
[PERF_MEM_LVLNUM_ANY_CACHE] = "Any cache",
300
[PERF_MEM_LVLNUM_LFB] = "LFB",
301
[PERF_MEM_LVLNUM_RAM] = "RAM",
0 commit comments