[PATCH] Update bpf syscall decoding (map types)

Quentin Monnet quentin.monnet at 6wind.com
Thu Mar 23 12:18:55 UTC 2017


* xlat/bpf_map_types.in: Update list of BPF_MAP_TYPE_* constants.
---
 xlat/bpf_map_types.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xlat/bpf_map_types.in b/xlat/bpf_map_types.in
index e3222d38d78d..583c01606b11 100644
--- a/xlat/bpf_map_types.in
+++ b/xlat/bpf_map_types.in
@@ -10,3 +10,5 @@ BPF_MAP_TYPE_CGROUP_ARRAY 8
 BPF_MAP_TYPE_LRU_HASH 9
 BPF_MAP_TYPE_LRU_PERCPU_HASH 10
 BPF_MAP_TYPE_LPM_TRIE 11
+BPF_MAP_TYPE_ARRAY_OF_MAPS 12
+BPF_MAP_TYPE_HASH_OF_MAPS 13
-- 
2.7.4





More information about the Strace-devel mailing list