Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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.c1910 int btf__add_btf(struct btf *btf, const struct btf *src_btf) function

Completed in 8 milliseconds