commit | 912d3571fc528776ffeaa18b994403f7777f00ba | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Mon Apr 29 11:43:22 2019 -0700 |
committer | yonghong-song <ys114321@gmail.com> | Mon Apr 29 13:27:28 2019 -0700 |
tree | 7f502bf187f86b30a54e6fcc9f907e4162db3495 | |
parent | ae92f3ddb6aa5b81c750abf3540b99f24d219e67 [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 4993b8e..d3295f8 100644 --- a/introspection/bps.c +++ b/introspection/bps.c
@@ -39,6 +39,7 @@ [BPF_PROG_TYPE_LIRC_MODE2] = "lirc_mode2", [BPF_PROG_TYPE_SK_REUSEPORT] = "sk_reuseport", [BPF_PROG_TYPE_FLOW_DISSECTOR] = "flow_dissector", + [BPF_PROG_TYPE_CGROUP_SYSCTL] = "cgroup_sysctl", }; static const char * const map_type_strings[] = {