/linux-6.1.9/tools/bpf/bpftool/ |
D | btf_dumper.c | 135 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 247 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 465 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 513 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 527 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 555 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 598 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type() 619 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only() 747 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
|
D | gen.c | 1723 static void btfgen_mark_member(struct btfgen_info *info, int type_id, int idx) in btfgen_mark_member() 1732 btfgen_mark_type(struct btfgen_info *info, unsigned int type_id, bool follow_pointers) in btfgen_mark_type() 1812 unsigned int type_id = targ_spec->root_type_id; in btfgen_record_field_relo() local 1868 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr) in btfgen_mark_type_match() 2131 static int btfgen_remap_id(__u32 *type_id, void *ctx) in btfgen_remap_id()
|
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 179 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument 256 u32 type_id; member 391 u32 type_id; member 811 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id() 1275 u32 type_id, void *data) in btf_show_start_type() 1293 u32 type_id, void *data) in btf_show_start_aggr_type() 1341 u32 type_id, in btf_show_start_array_type() 1359 u32 type_id, in btf_show_start_struct_type() 1744 u32 type_id) in env_type_is_resolved() 1754 const struct btf_type *t, u32 type_id) in env_stack_push() [all …]
|
D | bpf_struct_ops.c | 106 s32 type_id, value_id, module_id; in bpf_struct_ops_init() local 221 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
|
/linux-6.1.9/arch/x86/events/intel/ |
D | uncore_discovery.c | 67 const u16 *type_id = key; in __type_cmp() local 78 search_uncore_discovery_type(u16 type_id) in search_uncore_discovery_type() 537 static bool uncore_update_uncore_type(enum uncore_access_type type_id, in uncore_update_uncore_type() 580 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra) in intel_uncore_generic_init_uncores()
|
/linux-6.1.9/tools/lib/bpf/ |
D | btf.c | 462 struct btf_type *btf_type_by_id(const struct btf *btf, __u32 type_id) in btf_type_by_id() 471 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id() 604 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size() 701 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type() 1618 static int btf_rewrite_type_ids(__u32 *type_id, void *ctx) in btf_rewrite_type_ids() 1996 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field() 2412 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param() 2465 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var() 3131 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() 3663 int type_id; in btf_dedup_prep() local [all …]
|
D | relo_core.h | 24 __u32 type_id; /* struct/union type or array element type */ member
|
D | relo_core.c | 32 static s64 btf__resolve_size(const struct btf *btf, u32 type_id) in btf__resolve_size() 681 __u64 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo() 1160 __u32 type_id; in bpf_core_format_spec() local
|
D | btf_dump.c | 1749 static bool ptr_is_aligned(const struct btf *btf, __u32 type_id, in ptr_is_aligned() 1762 __u32 type_id, in btf_dump_int_data() 1860 __u32 type_id, in btf_dump_float_data() 1898 __u32 type_id; in btf_dump_var_data() local
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | btf_module.c | 13 __s32 type_id; in test_btf_module() local
|
D | btf_dump.c | 275 __s32 type_id; in btf_dump_data() local 575 __s32 type_id; in test_btf_dump_struct_data() local 819 __s32 type_id; in test_btf_datasec() local
|
D | resolve_btfids.c | 101 int type_id; in resolve_symbols() local
|
D | btf_tag.c | 58 __s32 type_id; in load_btfs() local
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | btf_ptr.h | 18 __u32 type_id; member
|
D | bpf_iter.h | 153 __u32 type_id; member
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 216 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
|
/linux-6.1.9/net/ipv4/ |
D | bpf_tcp_ca.c | 26 s32 type_id; in bpf_tcp_ca_init() local
|
/linux-6.1.9/net/bpf/ |
D | bpf_dummy_struct_ops.c | 166 s32 type_id; in bpf_dummy_ops_btf_struct_access() local
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_err.h | 197 enum hclge_err_type_list type_id; member 214 u8 type_id; member
|
/linux-6.1.9/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 72 u8 type_id; member
|
/linux-6.1.9/tools/perf/util/ |
D | bpf_off_cpu.c | 103 u32 type_id; in check_sched_switch_args() local
|
/linux-6.1.9/net/tipc/ |
D | bearer.h | 126 u32 type_id; member
|
/linux-6.1.9/drivers/hid/usbhid/ |
D | hid-pidff.c | 182 int type_id[sizeof(pidff_effect_types)]; member 556 int type_id; in pidff_upload_effect() local
|
/linux-6.1.9/drivers/media/usb/pwc/ |
D | pwc-if.c | 778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
|
/linux-6.1.9/include/linux/ |
D | btf.h | 422 u32 type_id) in btf_type_by_id()
|