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 526fffa commit 5c6e623Copy full SHA for 5c6e623
include/linux/perf_event.h
@@ -1194,7 +1194,8 @@ struct perf_sample_data {
1194
PERF_MEM_S(LVL, NA) |\
1195
PERF_MEM_S(SNOOP, NA) |\
1196
PERF_MEM_S(LOCK, NA) |\
1197
- PERF_MEM_S(TLB, NA))
+ PERF_MEM_S(TLB, NA) |\
1198
+ PERF_MEM_S(LVLNUM, NA))
1199
1200
static inline void perf_sample_data_init(struct perf_sample_data *data,
1201
u64 addr, u64 period)
0 commit comments