Home
last modified time | relevance | path

Searched refs:btf__add_btf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c420 id = btf__add_btf(btf1, btf2); in test_btf_add_btf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h154 * @brief **btf__add_btf()** appends all the BTF types from *src_btf* into *btf*
159 * **btf__add_btf()** can be used to simply and efficiently append the entire
168 * left intact, which means that **btf__add_btf()** follows the transactional
174 LIBBPF_API int btf__add_btf(struct btf *btf, const struct btf *src_btf);
H A Dbtf.c1648 int btf__add_btf(struct btf *btf, const struct btf *src_btf) in btf__add_btf() function

Completed in 8 milliseconds