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 2c5f652 commit c72de11Copy full SHA for c72de11
tools/perf/util/mem-events.c
@@ -282,7 +282,7 @@ static const char * const mem_lvl[] = {
282
"HIT",
283
"MISS",
284
"L1",
285
- "LFB",
+ "LFB/MAB",
286
"L2",
287
"L3",
288
"Local RAM",
@@ -298,7 +298,7 @@ static const char * const mem_lvlnum[] = {
298
[PERF_MEM_LVLNUM_CXL] = "CXL",
299
[PERF_MEM_LVLNUM_IO] = "I/O",
300
[PERF_MEM_LVLNUM_ANY_CACHE] = "Any cache",
301
- [PERF_MEM_LVLNUM_LFB] = "LFB",
+ [PERF_MEM_LVLNUM_LFB] = "LFB/MAB",
302
[PERF_MEM_LVLNUM_RAM] = "RAM",
303
[PERF_MEM_LVLNUM_PMEM] = "PMEM",
304
[PERF_MEM_LVLNUM_NA] = "N/A",
0 commit comments