Searched refs:btf_raw_create (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 4205 static void *btf_raw_create(const struct btf_header *hdr, in btf_raw_create() function 4335 raw_btf = btf_raw_create(&hdr_tmpl, in do_test_raw() 4459 raw_btf = btf_raw_create(&hdr_tmpl, in test_big_btf_info() 4541 raw_btf = btf_raw_create(&hdr_tmpl, in test_btf_id() 4675 raw_btf = btf_raw_create(&hdr_tmpl, in do_test_get_info() 5407 raw_btf = btf_raw_create(&hdr_tmpl, test->raw_types, in do_test_pprint() 6775 raw_btf = btf_raw_create(&hdr_tmpl, test->raw_types, in do_test_info_raw() 8025 raw_btf = btf_raw_create(&hdr_tmpl, test->input.raw_types, in do_test_dedup() 8039 raw_btf = btf_raw_create(&hdr_tmpl, test->expect.raw_types, in do_test_dedup()
|