Searched refs:btf__dedup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dedup_split.c | 95 err = btf__dedup(btf2, NULL); in test_split_simple() 201 err = btf__dedup(btf2, NULL); in test_split_fwd_resolve() 301 err = btf__dedup(btf2, NULL); in test_split_struct_duped() 382 err = btf__dedup(btf1, NULL); in test_split_dup_struct_in_cu() 423 err = btf__dedup(btf2, NULL); in test_split_dup_struct_in_cu()
|
H A D | btf.c | 8050 err = btf__dedup(test_btf, &test->opts); in do_test_dedup()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.h | 131 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
|
H A D | btf.c | 2796 int btf__dedup(struct btf *btf, struct btf_ext *btf_ext, in btf__dedup() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.h | 232 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
|
H A D | linker.c | 2697 err = btf__dedup(linker->btf, &opts); in finalize_btf()
|
H A D | btf.c | 3039 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 6721 err = btf__dedup(test_btf, NULL, &test->opts); in do_test_dedup()
|
Completed in 28 milliseconds