Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Dbtf.c1131 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function
1150 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1155 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
/linux-6.6.21/kernel/bpf/
Dbtf.c5474 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() function
7182 btf = btf_parse(attr, uattr, uattr_size); in btf_new_fd()