linux-xiaomi-chiron/tools/bpf/bpftool
Andrii Nakryiko 9b6eb0478d bpftool: Fix C++ additions to skeleton
Mark C++-specific T::open() and other methods as static inline to avoid
symbol redefinition when multiple files use the same skeleton header in
an application.

Fixes: bb8ffe61ea ("bpftool: Add C++-specific open/load/etc skeleton wrappers")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20220216233540.216642-1-andrii@kernel.org
2022-02-16 16:58:51 -08:00
..
bash-completion bpftool: Add gen min_core_btf command 2022-02-16 10:05:45 -08:00
Documentation bpftool: Gen min_core_btf explanation and examples 2022-02-16 10:13:21 -08:00
skeleton
.gitignore
btf.c
btf_dumper.c
cfg.c
cfg.h
cgroup.c
common.c bpftool: Fix uninit variable compilation warning 2022-02-03 16:32:25 +01:00
feature.c bpftool: Stop supporting BPF offload-enabled feature probing 2022-02-03 16:32:25 +01:00
gen.c bpftool: Fix C++ additions to skeleton 2022-02-16 16:58:51 -08:00
iter.c
jit_disasm.c
json_writer.c
json_writer.h
link.c
main.c bpftool: Update versioning scheme, align on libbpf's version number 2022-02-10 21:09:47 -08:00
main.h
Makefile bpftool: Implement "gen min_core_btf" logic 2022-02-16 10:05:45 -08:00
map.c bpftool: Fix pretty print dump for maps without BTF loaded 2022-02-16 15:08:55 -08:00
map_perf_ring.c
net.c
netlink_dumper.c
netlink_dumper.h
perf.c
pids.c
prog.c
struct_ops.c
tracelog.c
xlated_dumper.c
xlated_dumper.h