Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/bpf/bpftool/
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-v5.15/kernel/bpf/
Dbtf.c178 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument
230 u32 type_id; member
362 u32 type_id; member
709 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id()
1170 u32 type_id, void *data) in btf_show_start_type()
1188 u32 type_id, void *data) in btf_show_start_aggr_type()
1236 u32 type_id, in btf_show_start_array_type()
1254 u32 type_id, in btf_show_start_struct_type()
1609 u32 type_id) in env_type_is_resolved()
1619 const struct btf_type *t, u32 type_id) in env_stack_push()
[all …]
Dbpf_struct_ops.c102 s32 type_id, value_id, module_id; in bpf_struct_ops_init() local
217 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find()
/Linux-v5.15/arch/x86/events/intel/
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-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c13 __s32 type_id; in test_btf_module() local
Dbtf_dump.c252 __s32 type_id; in btf_dump_data() local
537 __s32 type_id; in test_btf_dump_struct_data() local
779 __s32 type_id; in test_btf_datasec() local
Dresolve_btfids.c101 int type_id; in resolve_symbols() local
/Linux-v5.15/tools/lib/bpf/
Dbtf.c434 struct btf_type *btf_type_by_id(struct btf *btf, __u32 type_id) in btf_type_by_id()
443 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id()
562 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size()
654 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
1949 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
2263 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param()
2316 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var()
3008 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
3510 int type_id; in btf_dedup_prep() local
3570 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
[all …]
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
Drelo_core.h73 __u32 type_id; member
Dbtf_dump.c1666 __u32 type_id, in btf_dump_int_data()
1761 __u32 type_id, in btf_dump_float_data()
1799 __u32 type_id; in btf_dump_var_data() local
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbtf_ptr.h18 __u32 type_id; member
Dbpf_iter.h137 __u32 type_id; member
/Linux-v5.15/tools/testing/selftests/bpf/
Dbtf_helpers.c190 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
/Linux-v5.15/include/linux/
Dbtf.h230 u32 type_id) in btf_type_by_id()
/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c37 s32 type_id; in bpf_tcp_ca_init() local
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.h193 enum hclge_err_type_list type_id; member
210 u8 type_id; member
/Linux-v5.15/drivers/net/wireless/ath/
Ddfs_pattern_detector.h72 u8 type_id; member
/Linux-v5.15/net/tipc/
Dbearer.h126 u32 type_id; member
/Linux-v5.15/drivers/hid/usbhid/
Dhid-pidff.c182 int type_id[sizeof(pidff_effect_types)]; member
556 int type_id; in pidff_upload_effect() local
/Linux-v5.15/drivers/media/usb/pwc/
Dpwc-if.c778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
/Linux-v5.15/tools/bpf/resolve_btfids/
Dmain.c480 int err, type_id; in symbols_resolve() local
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
/Linux-v5.15/drivers/net/ipa/
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()
/Linux-v5.15/drivers/rapidio/devices/
Dtsi721.h510 __le32 type_id; member
555 __le32 type_id; member
583 __le32 type_id; member

12