Searched defs:base_btf (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/src/ |
| D | btf.c | 101 struct btf *base_btf; member 979 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() 1026 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 1031 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new() 1107 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, 1314 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) 1319 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) 1387 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) 1392 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) 1414 struct btf *btf__parse_split(const char *path, struct btf *base_btf) [all …]
|