Searched refs:btf_parse (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | btf.c | 1119 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function 1138 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse() 1143 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
|
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 4973 static struct btf *btf_parse(bpfptr_t btf_data, u32 btf_data_size, in btf_parse() function 6902 btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), in btf_new_fd()
|