Home
last modified time | relevance | path

Searched defs:btf_ext (Results 1 – 9 of 9) sorted by relevance

/external/bcc/src/cc/
Dbcc_btf.h81 struct btf_ext { struct
86 struct btf_ext_info func_info; argument
87 struct btf_ext_info line_info; argument
88 struct btf_ext_info core_relo_info; argument
99 struct btf_ext *btf_ext__new(const uint8_t *data, uint32_t size); argument
Dbcc_btf.cc58 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
147 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
160 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
173 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()
222 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
232 struct btf_ext *btf_ext; in btf_ext__new() local
330 const struct btf_ext *btf_ext, in btf_ext__reloc_func_info()
339 const struct btf_ext *btf_ext, in btf_ext__reloc_line_info()
582 struct btf_ext_vendored::btf_ext *btf_ext; in load() local
/external/libbpf/src/
Dlibbpf_internal.h443 struct btf_ext { struct
445 struct btf_ext_header *hdr; argument
448 struct btf_ext_info func_info; argument
449 struct btf_ext_info line_info; argument
450 struct btf_ext_info core_relo_info; argument
454 struct btf_ext_info_sec { argument
Dbtf.c1083 struct btf_ext **btf_ext) in btf_parse_elf()
1208 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1291 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1308 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
2815 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
2906 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
2919 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
2932 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()
2981 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
2994 struct btf_ext *btf_ext; in btf_ext__new() local
[all …]
Dbtf.h225 struct btf_ext *btf_ext; member
Dlinker.c59 struct btf_ext *btf_ext; member
148 struct btf_ext *btf_ext; member
Dlibbpf.c659 struct btf_ext *btf_ext; member
/external/bpftool/src/
Dgen.c2045 struct btf_ext *btf_ext = NULL; in btfgen_record_obj() local
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4677 struct btf_ext *btf_ext = NULL; in do_test_file() local