Skip to content

Commit d2326ef

Browse files
committed
add node (Linux 3.1)
1 parent d80c4d5 commit d2326ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LinuxPerf.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ const CACHE_TYPES =
9393
(:LLC, 2),
9494
(:TLB_data, 3),
9595
(:TLB_insn, 4),
96-
(:BPU, 5)]
96+
(:BPU, 5),
97+
(:NODE, 6)]
9798
const CACHE_OPS =
9899
[(:read, 0),
99100
(:write, 1),

0 commit comments

Comments
 (0)