perf_event_open.2: Correct the kernel version number for PERF_COUNT_HW_CACHE_NODE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-22 08:45:36 +01:00
parent 60dafbc123
commit 5a69ce9c3a
1 changed files with 2 additions and 1 deletions

View File

@ -533,7 +533,8 @@ for measuring the Instruction TLB
.B PERF_COUNT_HW_CACHE_BPU
for measuring the branch prediction unit
.TP
.BR PERF_COUNT_HW_CACHE_NODE " (since Linux 3.0)"
.BR PERF_COUNT_HW_CACHE_NODE " (since Linux 3.1)"
.\" commit 89d6c0b5bdbb1927775584dcf532d98b3efe1477
for measuring local memory accesses
.RE
.P