Searched refs:btf_parse (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 1472 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_load_into_kernel() 1491 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf_load_into_kernel() 1496 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf_load_into_kernel() 1408 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) btf_parse() function
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 5884 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() function 8154 btf = btf_parse(attr, uattr, uattr_size); in btf_new_fd()
|