Searched refs:btf_parse (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ |
A D | btf.c | 1094 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function 1113 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse() 1118 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
|
/linux/kernel/bpf/ |
A D | btf.c | 4437 static struct btf *btf_parse(bpfptr_t btf_data, u32 btf_data_size, in btf_parse() function 5982 btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), in btf_new_fd()
|
Completed in 21 milliseconds