Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c1244 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) function
1263 return libbpf_ptr(btf_parse(path, NULL, btf_ext));
1268 return libbpf_ptr(btf_parse(path, base_btf, NULL));