OSDN Git Service

bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 18 Mar 2022 15:01:06 +0000 (08:01 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 18 Mar 2022 16:56:00 +0000 (17:56 +0100)
commit08063b4bc1581bbdcae99da4a54f546a50045fc0
treef50dace06d49ddac7cd4bd9bc25d028b9dbca134
parent63cc8e20b384d5ea10a4df330d8b9cf2f14eb64c
bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names table

BPF_TRACE_KPROBE_MULTI is a new attach type name, add it to bpftool's
table. This fixes a currently failing CI bpftool check.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20220318150106.2933343-1-andrii@kernel.org
tools/bpf/bpftool/common.c