sync with latest libbpf repo
11 new helpers are added so far in 5.10, added helper function prototypes
and related documentation, etc.
Signed-off-by: Yonghong Song <yhs@fb.com>
diff --git a/introspection/bps.c b/introspection/bps.c
index 9d7659e..b559544 100644
--- a/introspection/bps.c
+++ b/introspection/bps.c
@@ -77,6 +77,7 @@
[BPF_MAP_TYPE_DEVMAP_HASH] = "devmap_hash",
[BPF_MAP_TYPE_STRUCT_OPS] = "struct_ops",
[BPF_MAP_TYPE_RINGBUF] = "ringbuf",
+ [BPF_MAP_TYPE_INODE_STORAGE] = "inode_storage",
};
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))