Searched refs:btf4 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_distill.c | 16 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base() local 173 if (!ASSERT_EQ(0, btf__distill_base(btf2, &btf3, &btf4), in test_distilled_base() 176 !ASSERT_OK_PTR(btf4, "distilled_split") || in test_distilled_base() 181 btf4, in test_distilled_base() 220 if (!ASSERT_EQ(btf__relocate(btf4, btf1), 0, "relocate_split")) in test_distilled_base() 224 btf4, in test_distilled_base() 288 btf__free(btf4); in test_distilled_base() 300 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base_multi() local 322 if (!ASSERT_EQ(0, btf__distill_base(btf2, &btf3, &btf4), in test_distilled_base_multi() 325 !ASSERT_OK_PTR(btf4, "distilled_split") || in test_distilled_base_multi() [all …]
|