Searched refs:btf__dedup (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dedup_split.c | 108 err = btf__dedup(btf2, NULL); in test_split_simple() 217 err = btf__dedup(btf2, NULL); in test_split_fwd_resolve() 317 err = btf__dedup(btf2, NULL); in test_split_struct_duped() 398 err = btf__dedup(btf1, NULL); in test_split_dup_struct_in_cu() 439 err = btf__dedup(btf2, NULL); in test_split_dup_struct_in_cu()
|
| H A D | btf.c | 8270 err = btf__dedup(test_btf, &test->opts); in do_test_dedup()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 304 btf__dedup;
|
| H A D | btf.h | 287 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
|
| H A D | linker.c | 2901 err = btf__dedup(linker->btf, &opts); in finalize_btf()
|
| H A D | btf.c | 3905 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup() function
|
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 905 ret = btf__dedup(combined, NULL); in merge_btf_files()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1583 err = btf__dedup(obj->btf, NULL); in finalize_btf()
|