Skip to content

Commit a9e60d2

Browse files
committed
add node (Linux 3.1)
1 parent 64e13c5 commit a9e60d2

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
@@ -108,7 +108,8 @@ const CACHE_TYPES =
108108
(:LLC, 2),
109109
(:TLB_data, 3),
110110
(:TLB_insn, 4),
111-
(:BPU, 5)]
111+
(:BPU, 5),
112+
(:NODE, 6)]
112113
const CACHE_OPS =
113114
[(:read, 0),
114115
(:write, 1),

0 commit comments

Comments
 (0)