/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | btf_dumper.c | 125 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 211 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 429 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 477 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 491 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 519 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 560 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type() 581 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only() 707 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | btf.c | 177 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument 222 u32 type_id; member 353 u32 type_id; member 670 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id() 1129 u32 type_id, void *data) in btf_show_start_type() 1147 u32 type_id, void *data) in btf_show_start_aggr_type() 1195 u32 type_id, in btf_show_start_array_type() 1213 u32 type_id, in btf_show_start_struct_type() 1563 u32 type_id) in env_type_is_resolved() 1569 const struct btf_type *t, u32 type_id) in env_stack_push() [all …]
|
D | bpf_struct_ops.c | 101 s32 type_id, value_id, module_id; in bpf_struct_ops_init() local 216 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | btf.c | 413 static struct btf_type *btf_type_by_id(struct btf *btf, __u32 type_id) in btf_type_by_id() 421 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id() 536 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size() 627 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type() 1803 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field() 2131 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param() 2184 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var() 2884 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() 3556 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type() 3654 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped() [all …]
|
D | libbpf_internal.h | 239 __u32 type_id; member 316 __u32 type_id; member
|
D | libbpf.c | 309 __u32 type_id; member 398 __u32 type_id; member 723 const struct btf_type **type, __u32 *type_id, in find_struct_ops_kern_types() 943 __s32 type_id, datasec_id; in bpf_object__init_struct_ops_maps() local 4370 __u32 type_id; /* struct/union type or array element type */ member 4509 __u32 type_id, in bpf_core_parse_spec() 5103 __u32 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo() 5613 __u32 type_id; in bpf_core_dump_spec() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | btf_ptr.h | 18 __u32 type_id; member
|
D | bpf_iter.h | 121 __u32 type_id; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | resolve_btfids.c | 101 int type_id; in resolve_symbols() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | bpf_tcp_ca.c | 33 s32 type_id; in bpf_tcp_ca_init() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | btf.h | 215 u32 type_id) in btf_type_by_id()
|
D | bpf.h | 983 u32 type_id; member 1010 static inline const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 72 u8 type_id; member
|
/kernel/linux/linux-5.10/net/tipc/ |
D | bearer.h | 125 u32 type_id; member
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-if.c | 778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
|
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/ |
D | main.c | 478 int err, type_id; in symbols_resolve() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
D | tsi721.h | 510 __le32 type_id; member 555 __le32 type_id; member 583 __le32 type_id; member
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88.h | 514 enum cx88_board_type type_id; member
|
/kernel/linux/linux-5.10/net/ceph/ |
D | osdmap.c | 3056 u16 type_id; in ceph_get_crush_locality() local
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 4965 __u32 type_id; member 5031 __u32 type_id; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf.h | 4965 __u32 type_id; member 5031 __u32 type_id; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf.h | 1060 __u32 type_id; member 1103 __u32 type_id; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | ethtool.h | 98 __u32 type_id; member
|