Home
last modified time | relevance | path

Searched defs:base_btf (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/src/
Dbtf.c112 struct btf *base_btf; member
831 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty()
877 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split()
882 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new()
957 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf,
1166 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf)
1171 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf)
1239 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf)
1244 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext)
1266 struct btf *btf__parse_split(const char *path, struct btf *base_btf)
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h25843 struct btf *base_btf; member