Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbtf.c1060 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function
1079 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1084 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
/Linux-v5.15/kernel/bpf/
Dbtf.c4309 static struct btf *btf_parse(bpfptr_t btf_data, u32 btf_data_size, in btf_parse() function
5854 btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), in btf_new_fd()