projects
/
strace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fda331
)
Update BPF_MAP_TYPE_* constants
author
Dmitry V. Levin
<ldv@altlinux.org>
Mon, 14 Sep 2015 15:40:17 +0000
(15:40 +0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Mon, 14 Sep 2015 15:40:17 +0000
(15:40 +0000)
* xlat/bpf_map_types.in: Add BPF_MAP_TYPE_PERF_EVENT_ARRAY.
xlat/bpf_map_types.in
patch
|
blob
|
history
diff --git
a/xlat/bpf_map_types.in
b/xlat/bpf_map_types.in
index afd24e07d3206fb8f2f608a02a0731d80d435462..fd6e50e8d8339798ca4d80b09cc3113fef424311 100644
(file)
--- a/
xlat/bpf_map_types.in
+++ b/
xlat/bpf_map_types.in
@@
-2,3
+2,4
@@
BPF_MAP_TYPE_UNSPEC 0
BPF_MAP_TYPE_HASH 1
BPF_MAP_TYPE_ARRAY 2
BPF_MAP_TYPE_PROG_ARRAY 3
+BPF_MAP_TYPE_PERF_EVENT_ARRAY 4