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/
Dbtf.c889 struct btf_ext **btf_ext) in btf_parse_elf()
1015 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1098 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1115 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
2623 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
2712 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
2725 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
2738 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()
2787 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
2797 struct btf_ext *btf_ext; in btf_ext__new() local
[all …]
Dlibbpf_internal.h408 struct btf_ext { struct
410 struct btf_ext_header *hdr; argument
413 struct btf_ext_info func_info; argument
414 struct btf_ext_info line_info; argument
415 struct btf_ext_info core_relo_info; argument
419 struct btf_ext_info_sec { argument
Dbtf.h251 struct btf_ext *btf_ext; member
265 #define ___btf_dedup3(btf, btf_ext, opts) btf__dedup_deprecated(btf, btf_ext, opts) argument
Dlinker.c59 struct btf_ext *btf_ext; member
148 struct btf_ext *btf_ext; member
Dbtf_dump.c193 const struct btf_ext *btf_ext, in btf_dump__new_deprecated()
Dlibbpf.c523 struct btf_ext *btf_ext; member
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c4118 struct btf_ext *btf_ext = NULL; in do_test_file() local