| /external/libbpf/src/ | 
| D | btf.c | 31 struct btf {  struct33 	void *raw_data;
 35 	void *raw_data_swapped;
 36 	__u32 raw_size;
 60 	 * and cached again if user calls btf__raw_data(), at which point  argument
 77 	struct btf_header *hdr;  argument
 97 	struct btf *base_btf;  argument
 102 	int start_id;
 107 	int start_str_off;
 113 	void *strs_data;
 [all …]
 
 | 
| D | relo_core.h | 10 	const struct btf *btf;  member30 	const struct btf *btf;  member
 
 | 
| D | relo_core.c | 22 skip_mods_and_typedefs(const struct btf *btf, u32 id, u32 *res_id)  in skip_mods_and_typedefs()27 static const char *btf__name_by_offset(const struct btf *btf, u32 offset)  in btf__name_by_offset()
 32 static s64 btf__resolve_size(const struct btf *btf, u32 type_id)  in btf__resolve_size()
 71 static bool is_flex_arr(const struct btf *btf,  in is_flex_arr()
 181 static int bpf_core_parse_spec(const char *prog_name, const struct btf *btf,  in bpf_core_parse_spec()
 
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ | 
| D | btf_dump.c | 26 static int btf_dump_all_types(const struct btf *btf, void *ctx)  in btf_dump_all_types()51 	struct btf *btf = NULL;  in test_btf_dump_case()  local
 135 	struct btf *btf = NULL;  in test_btf_dump_incremental()  local
 241 static int btf_dump_data(struct btf *btf, struct btf_dump *d,  in btf_dump_data()
 322 static void test_btf_dump_int_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_int_data()
 380 static void test_btf_dump_float_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_float_data()
 425 static void test_btf_dump_char_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_char_data()
 447 static void test_btf_dump_typedef_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_typedef_data()
 502 static void test_btf_dump_enum_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_enum_data()
 538 static void test_btf_dump_struct_data(struct btf *btf, struct btf_dump *d,  in test_btf_dump_struct_data()
 [all …]
 
 | 
| D | btf_write.c | 7 static void gen_btf(struct btf *btf)  in gen_btf()314 	struct btf *btf;  in test_btf_add()  local
 
 | 
| D | libbpf_probes.c | 9 	struct btf *btf;  in test_libbpf_probe_prog_types()  local47 	struct btf *btf;  in test_libbpf_probe_map_types()  local
 
 | 
| D | btf_endian.c | 18 	struct btf *btf = NULL, *swap_btf = NULL;  in test_btf_endian()  local
 | 
| D | btf_dedup_split.c | 317 static void btf_add_dup_struct_in_cu(struct btf *btf, int start_id)  in btf_add_dup_struct_in_cu()
 | 
| D | resolve_btfids.c | 100 	struct btf *btf;  in resolve_symbols()  local
 | 
| D | ksyms_btf.c | 154 	struct btf *btf;  in test_ksyms_btf()  local
 | 
| D | log_buf.c | 204 	struct btf *btf;  in bpf_btf_load_log_buf()  local
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/ | 
| D | btf_helpers.c | 80 static const char *btf_str(const struct btf *btf, __u32 off)  in btf_str()87 int fprintf_btf_type_raw(FILE *out, const struct btf *btf, __u32 id)  in fprintf_btf_type_raw()
 197 const char *btf_type_raw_dump(const struct btf *btf, int type_id)  in btf_type_raw_dump()
 215 int btf_validate_raw(struct btf *btf, int nr_types, const char *exp_types[])  in btf_validate_raw()
 238 const char *btf_type_c_dump(const struct btf *btf)  in btf_type_c_dump()
 
 | 
| D | btf_helpers.h | 13 #define VALIDATE_RAW_BTF(btf, raw_types...)				\  argument
 | 
| D | test_cpp.cpp | 18 	struct btf *btf;  in main()  local
 | 
| /external/bpftool/src/ | 
| D | btf_dumper.c | 185 static bool is_str_array(const struct btf *btf, const struct btf_array *arr,  in is_str_array()591 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id,  in __btf_dumper_type_only()
 681 static int btf_dump_func(const struct btf *btf, char *func_sig,  in btf_dump_func()
 718 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig,  in btf_dumper_type_only()
 740 void btf_dump_linfo_plain(const struct btf *btf,  in btf_dump_linfo_plain()
 772 void btf_dump_linfo_json(const struct btf *btf,  in btf_dump_linfo_json()
 
 | 
| D | btf.c | 94 static const char *btf_str(const struct btf *btf, __u32 off)  in btf_str()106 static int dump_btf_type(const struct btf *btf, __u32 id,  in dump_btf_type()
 372 static int dump_btf_raw(const struct btf *btf,  in dump_btf_raw()
 417 static int dump_btf_c(const struct btf *btf,  in dump_btf_c()
 464 	struct btf *btf = NULL, *base = NULL;  in do_dump()  local
 
 | 
| D | map.c | 164 			     unsigned char *value, struct btf *btf)  in print_entry_json()761 			 struct bpf_map_info *map_info, struct btf *btf,  in dump_map_elem()
 810 	struct btf *btf = NULL;  in get_map_kv_btf()  local
 833 static void free_map_kv_btf(struct btf *btf)  in free_map_kv_btf()
 851 	struct btf *btf = NULL;  in map_dump()  local
 1055 	struct btf *btf;  in print_key_value()  local
 
 | 
| D | main.h | 193 		       const struct btf *btf,  in disasm_print_insn()215 	const struct btf *btf;  member
 
 | 
| D | gen.c | 124 			       struct btf *btf,  in codegen_datasec_def()213 	struct btf *btf = bpf_object__btf(obj);  in codegen_datasecs()  local
 663 	struct btf *btf;  in do_skeleton()  local
 
 | 
| D | xlated_dumper.h | 22 	struct btf *btf;  member
 | 
| D | xlated_dumper.c | 223 	struct btf *btf = dd->btf;  in dump_xlated_json()  local308 	struct btf *btf = dd->btf;  in dump_xlated_plain()  local
 
 | 
| D | jit_disasm.c | 78 		       const struct btf *btf,  in disasm_print_insn()
 | 
| /external/bcc/libbpf-tools/ | 
| D | ksnoop.c | 97 static void type_to_value(struct btf *btf, char *name, __u32 type_id,  in type_to_value()135 static int member_to_value(struct btf *btf, const char *name, __u32 type_id,  in member_to_value()
 212 static int get_func_btf(struct btf *btf, struct func *func)  in get_func_btf()
 306 static int trace_to_value(struct btf *btf, struct func *func, char *argname,  in trace_to_value()
 377 static char *type_id_to_str(struct btf *btf, __s32 type_id, char *str)  in type_id_to_str()
 443 static char *value_to_str(struct btf *btf, struct value *val, char *str)  in value_to_str()
 
 | 
| /external/bcc/src/cc/ | 
| D | bcc_btf.cc | 282 static int btf_ext_reloc_info(const struct btf *btf,  in btf_ext_reloc_info()329 int btf_ext__reloc_func_info(const struct btf *btf,  in btf_ext__reloc_func_info()
 338 int btf_ext__reloc_line_info(const struct btf *btf,  in btf_ext__reloc_line_info()
 581   struct btf *btf;  in load()  local
 
 | 
| /external/libbpf/android/ | 
| D | btfloader.cpp | 58     struct btf *btf = bpf_object__btf(obj);  in main()  local
 |