| /Linux-v5.4/tools/bpf/bpftool/ | 
| D | btf_dumper.c | 34 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_modifier()51 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_array()
 264 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_struct()
 312 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_var()
 326 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_datasec()
 354 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_do_type()
 396 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id,  in btf_dumper_type()
 421 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id,  in __btf_dumper_type_only()
 540 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig,  in btf_dumper_type_only()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | btf.c | 169 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE)  argument224 	u32 type_id;  member
 592 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id)  in btf_type_by_id()
 990 				 u32 type_id)  in env_type_is_resolved()
 996 			  const struct btf_type *t, u32 type_id)  in env_stack_push()
 1033 	u32 type_id = env->stack[--(env->top_stack)].type_id;  in env_stack_pop_resolved()  local
 1048 						  u32 *type_id)  in btf_type_id_resolve()
 1055 					u32 *type_id, u32 *ret_size)  in btf_type_id_size()
 1147 			    u32 type_id, void *data, u8 bits_offsets,  in btf_df_seq_show()
 1433 			     u32 type_id, void *data, u8 bits_offset,  in btf_int_seq_show()
 [all …]
 
 | 
| /Linux-v5.4/tools/lib/bpf/ | 
| D | btf.c | 209 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id)  in btf__type_by_id()229 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id)  in btf__resolve_size()
 282 int btf__resolve_type(const struct btf *btf, __u32 type_id)  in btf__resolve_type()
 1322 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id)  in btf_dedup_table_add()
 1992 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id)  in btf_dedup_prim_type()
 2090 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id)  in is_type_mapped()
 2100 static inline __u32 resolve_type_id(struct btf_dedup *d, __u32 type_id)  in resolve_type_id()
 2111 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id)  in resolve_fwd_id()
 2457 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id)  in btf_dedup_struct_type()
 2549 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id)  in btf_dedup_ref_type()
 [all …]
 
 | 
| D | libbpf_internal.h | 111 	__u32   type_id;  member166 	__u32   type_id;  member
 
 | 
| D | libbpf.c | 2303 	__u32 type_id;		/* struct/union type or array element type */  member2359 			       __u32 type_id,  in bpf_core_spec_parse()
 2910 	__u32 type_id;  in bpf_core_dump_spec()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | btf.h | 61 						    u32 type_id)  in btf_type_by_id()
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ | 
| D | dfs_pattern_detector.h | 72 	u8 type_id;  member
 | 
| /Linux-v5.4/net/tipc/ | 
| D | bearer.h | 124 	u32 type_id;  member
 | 
| /Linux-v5.4/drivers/hid/usbhid/ | 
| D | hid-pidff.c | 182 	int type_id[sizeof(pidff_effect_types)];  member556 	int type_id;  in pidff_upload_effect()  local
 
 | 
| /Linux-v5.4/drivers/media/usb/pwc/ | 
| D | pwc-if.c | 766 	int vendor_id, product_id, type_id;  in usb_pwc_probe()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ | 
| D | falcon_boards.c | 744 	u8 type_id = FALCON_BOARD_TYPE(revision_info);  in falcon_probe_board()  local
 | 
| /Linux-v5.4/drivers/rapidio/devices/ | 
| D | tsi721.h | 510 	__le32 type_id;  member555 	__le32 type_id;  member
 583 	__le32 type_id;  member
 
 | 
| /Linux-v5.4/drivers/media/pci/cx88/ | 
| D | cx88.h | 513 	enum cx88_board_type type_id;  member
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | ethtool.h | 247 	__u32	type_id;  member
 | 
| D | bpf.h | 3579 	__u32	type_id;  member
 | 
| /Linux-v5.4/tools/include/uapi/linux/ | 
| D | bpf.h | 3579 	__u32	type_id;  member
 |