Home
last modified time | relevance | path

Searched refs:btf__load_into_kernel (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c311 err = btf__load_into_kernel(btf); in list_and_rb_node_same_struct()
338 err = btf__load_into_kernel(btf); in test_btf()
364 err = btf__load_into_kernel(btf); in test_btf()
390 err = btf__load_into_kernel(btf); in test_btf()
410 err = btf__load_into_kernel(btf); in test_btf()
433 err = btf__load_into_kernel(btf); in test_btf()
456 err = btf__load_into_kernel(btf); in test_btf()
485 err = btf__load_into_kernel(btf); in test_btf()
514 err = btf__load_into_kernel(btf); in test_btf()
540 err = btf__load_into_kernel(btf); in test_btf()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map281 btf__load_into_kernel;
H A Dbtf.h123 LIBBPF_API int btf__load_into_kernel(struct btf *btf);
H A Dbtf.c1235 int btf__load_into_kernel(struct btf *btf) in btf__load_into_kernel() function