Home
last modified time | relevance | path

Searched refs:skeletons (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c90 struct skeletons { struct
115 skeletons->links[skeletons->nlinks++] = link; in xdp_attach()
183 if (xdp_attach(skeletons, skeletons->xdp_tx->progs.xdp_tx, "bond2")) in bonding_setup()
194 static void bonding_cleanup(struct skeletons *skeletons) in bonding_cleanup() argument
199 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
331 static void test_xdp_bonding_redirect_multi(struct skeletons *skeletons) in test_xdp_bonding_redirect_multi() argument
380 static void test_xdp_bonding_attach(struct skeletons *skeletons) in test_xdp_bonding_attach() argument
460 static void test_xdp_bonding_nested(struct skeletons *skeletons) in test_xdp_bonding_nested() argument
496 static void test_xdp_bonding_features(struct skeletons *skeletons) in test_xdp_bonding_features() argument
639 struct skeletons skeletons = {}; in serial_test_xdp_bonding() local
[all …]
/linux-6.15/tools/tracing/rtla/
H A DMakefile.config84 $(call feature_check,bpftool-skeletons)
85 ifeq ($(feature-bpftool-skeletons), 1)
88 $(info bpftool is missing or not supporting skeletons, building without BPF skeleton support.)
H A DMakefile38 FEATURE_TESTS += bpftool-skeletons
44 FEATURE_DISPLAY += bpftool-skeletons
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst11 dump jited**) and usage of BPF skeletons (some features like **bpftool prog
H A Dbpftool-gen.rst138 Subskeletons are similar to skeletons, except they do not own the
185 For skeletons, generate a "light" skeleton (also known as "loader"
/linux-6.15/tools/perf/
H A DMakefile.config681 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
684 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
687 $(warning Warning: Disabled BPF skeletons as libbpf is required)
690 $(warning Warning: Disabled BPF skeletons as clang ($(CLANG)) is missing)
695 …$(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) versi…
702 $(warning Warning: Disabled BPF skeletons as clang is too old)
/linux-6.15/tools/build/
H A DMakefile.feature139 bpftool-skeletons
/linux-6.15/tools/build/feature/
H A DMakefile421 $(OUTPUT)test-bpftool-skeletons.bin: