Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c1409 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() function
1428 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1433 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
/linux/kernel/bpf/
H A Dbtf.c5774 static struct btf *btf_parse(const union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size) in btf_parse() function
8036 btf = btf_parse(attr, uattr, uattr_size); in btf_new_fd()