Searched refs:btf_parse (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | btf.c | 1349 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function 1368 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse() 1373 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
|
/linux-6.12.1/kernel/bpf/ |
D | btf.c | 5715 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() function 7694 btf = btf_parse(attr, uattr, uattr_size); in btf_new_fd()
|