commit | df3e7d673da4bd4acab333f28851eccf00ca9f87 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Mon Apr 20 09:25:57 2020 -0700 |
committer | yonghong-song <ys114321@gmail.com> | Mon Apr 20 18:08:24 2020 -0700 |
tree | d2c4c6c5a88c0d1c94c91d1b1f6be06d676b88f9 | |
parent | 45e63f2b316cdce2d8cc925f6f14a8726ade9ff6 [diff] [blame] |
sync to latest libbpf sync to libbpf v0.0.8. Add newer helpers to helpers.h, libbpf.c error reporting and docs.
diff --git a/introspection/bps.c b/introspection/bps.c index c5984c4..97868f7 100644 --- a/introspection/bps.c +++ b/introspection/bps.c
@@ -45,6 +45,7 @@ [BPF_PROG_TYPE_TRACING] = "tracing", [BPF_PROG_TYPE_STRUCT_OPS] = "struct_ops", [BPF_PROG_TYPE_EXT] = "ext", + [BPF_PROG_TYPE_LSM] = "lsm", }; static const char * const map_type_strings[] = {