commit | 8a164f95ee708495a89a43a243fdb5c8b7eee290 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Thu Jul 30 11:32:49 2020 -0700 |
committer | yonghong-song <ys114321@gmail.com> | Thu Jul 30 12:16:53 2020 -0700 |
tree | ab986989a3a7f20eb00eccc41f6f1c7d2a1a2a5e | |
parent | b6ffa245cc4cd1ba41600f10062f820b6452a69d [diff] [blame] |
sync with latest libbpf repo sync with latest libbpf repo Signed-off-by: Yonghong Song <yhs@fb.com>
diff --git a/introspection/bps.c b/introspection/bps.c index 7330d81..9d7659e 100644 --- a/introspection/bps.c +++ b/introspection/bps.c
@@ -46,6 +46,7 @@ [BPF_PROG_TYPE_STRUCT_OPS] = "struct_ops", [BPF_PROG_TYPE_EXT] = "ext", [BPF_PROG_TYPE_LSM] = "lsm", + [BPF_PROG_TYPE_SK_LOOKUP] = "sk_lookup", }; static const char * const map_type_strings[] = {