Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 25 of 39) sorted by relevance

12

/linux/tools/bpf/bpftool/
A Dbtf_dumper.c127 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier()
213 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array()
431 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct()
479 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var()
493 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec()
521 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type()
562 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type()
583 static int __btf_dumper_type_only(const struct btf *btf, __u32 type_id, in __btf_dumper_type_only()
710 void btf_dumper_type_only(const struct btf *btf, __u32 type_id, char *func_sig, in btf_dumper_type_only()
/linux/kernel/bpf/
A Dbtf.c230 u32 type_id; member
363 u32 type_id; member
1189 u32 type_id, void *data) in btf_show_start_type()
1255 u32 type_id, in btf_show_start_array_type()
1273 u32 type_id, in btf_show_start_struct_type()
1628 u32 type_id) in env_type_is_resolved()
1796 u32 *type_id) in btf_type_id_resolve()
1811 u32 *type_id, u32 *ret_size) in btf_type_id_size()
2531 u32 type_id, void *data, in btf_modifier_show()
4135 u32 type_id) in btf_resolve_valid()
[all …]
A Dbpf_struct_ops.c105 s32 type_id, value_id, module_id; in bpf_struct_ops_init() local
220 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
/linux/arch/x86/events/intel/
A Duncore_discovery.c67 const u16 *type_id = key; in __type_cmp() local
78 search_uncore_discovery_type(u16 type_id) in search_uncore_discovery_type()
529 static bool uncore_update_uncore_type(enum uncore_access_type type_id, in uncore_update_uncore_type()
572 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra) in intel_uncore_generic_init_uncores()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_module.c13 __s32 type_id; in test_btf_module() local
A Dbtf_dump.c252 __s32 type_id; in btf_dump_data() local
552 __s32 type_id; in test_btf_dump_struct_data() local
796 __s32 type_id; in test_btf_datasec() local
A Dresolve_btfids.c101 int type_id; in resolve_symbols() local
/linux/tools/lib/bpf/
A Dbtf.c455 struct btf_type *btf_type_by_id(struct btf *btf, __u32 type_id) in btf_type_by_id()
583 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size()
676 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
1632 static int btf_rewrite_type_ids(__u32 *type_id, void *ctx) in btf_rewrite_type_ids()
1998 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
3603 int type_id; in btf_dedup_prep() local
3664 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
3785 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id) in resolve_fwd_id()
4174 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_struct_type()
4268 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_ref_type()
[all …]
A Drelo_core.c20 __u32 type_id; /* struct/union type or array element type */ member
154 __u32 type_id, in bpf_core_parse_spec()
561 __u32 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo()
1053 __u32 type_id; in bpf_core_dump_spec() local
A Drelo_core.h73 __u32 type_id; member
A Dbtf_dump.c1660 static bool ptr_is_aligned(const struct btf *btf, __u32 type_id, in ptr_is_aligned()
1673 __u32 type_id, in btf_dump_int_data()
1771 __u32 type_id, in btf_dump_float_data()
1809 __u32 type_id; in btf_dump_var_data() local
/linux/tools/testing/selftests/bpf/progs/
A Dbtf_ptr.h18 __u32 type_id; member
A Dbpf_iter.h137 __u32 type_id; member
/linux/tools/testing/selftests/bpf/
A Dbtf_helpers.c195 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
/linux/net/bpf/
A Dbpf_dummy_struct_ops.c151 s32 type_id; in bpf_dummy_ops_btf_struct_access() local
/linux/net/ipv4/
A Dbpf_tcp_ca.c37 s32 type_id; in bpf_tcp_ca_init() local
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_err.h197 enum hclge_err_type_list type_id; member
214 u8 type_id; member
/linux/drivers/net/wireless/ath/
A Ddfs_pattern_detector.h72 u8 type_id; member
/linux/include/linux/
A Dbtf.h231 u32 type_id) in btf_type_by_id()
/linux/net/tipc/
A Dbearer.h126 u32 type_id; member
/linux/drivers/hid/usbhid/
A Dhid-pidff.c182 int type_id[sizeof(pidff_effect_types)]; member
556 int type_id; in pidff_upload_effect() local
/linux/drivers/media/usb/pwc/
A Dpwc-if.c778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
/linux/tools/bpf/resolve_btfids/
A Dmain.c485 int err, type_id; in symbols_resolve() local
/linux/drivers/net/ethernet/sfc/falcon/
A Dfalcon_boards.c744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
/linux/drivers/net/ipa/
A Dgsi.c191 static void gsi_irq_type_enable(struct gsi *gsi, enum gsi_irq_type_id type_id) in gsi_irq_type_enable()
196 static void gsi_irq_type_disable(struct gsi *gsi, enum gsi_irq_type_id type_id) in gsi_irq_type_disable()

Completed in 59 milliseconds

12