Searched refs:skeletons (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c90 struct skeletons { struct
99 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) argument
108 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached"))
115 skeletons->links[skeletons->nlinks++] = link;
142 static int bonding_setup(struct skeletons *skeletons, int mode, int xmit_policy, argument
162 if (xdp_attach(skeletons, skeletons
194 bonding_cleanup(struct skeletons *skeletons) argument
271 test_xdp_bonding_with_mode(struct skeletons *skeletons, int mode, int xmit_policy) argument
331 test_xdp_bonding_redirect_multi(struct skeletons *skeletons) argument
380 test_xdp_bonding_attach(struct skeletons *skeletons) argument
460 test_xdp_bonding_nested(struct skeletons *skeletons) argument
496 test_xdp_bonding_features(struct skeletons *skeletons) argument
639 struct skeletons skeletons = {}; local
[all...]
/linux-master/tools/perf/
H A DMakefile.config672 # BPF skeletons control a large number of perf features, by default
679 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
682 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
685 $(warning Warning: Disabled BPF skeletons as libbpf is required)
688 $(warning Warning: Disabled BPF skeletons as clang ($(CLANG)) is missing)
693 $(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) version 12.0.1)
700 $(warning Warning: Disabled BPF skeletons as clang is too old)

Completed in 152 milliseconds