Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dbtf_dumper.c125 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-6.6/tools/bpf/bpftool/
Dbtf_dumper.c135 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()
Dgen.c1719 static void btfgen_mark_member(struct btfgen_info *info, int type_id, int idx) in btfgen_mark_member()
1728 btfgen_mark_type(struct btfgen_info *info, unsigned int type_id, bool follow_pointers) in btfgen_mark_type()
1808 unsigned int type_id = targ_spec->root_type_id; in btfgen_record_field_relo() local
1864 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr) in btfgen_mark_type_match()
2127 static int btfgen_remap_id(__u32 *type_id, void *ctx) in btfgen_remap_id()
/kernel/linux/linux-5.10/kernel/bpf/
Dbtf.c177 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument
222 u32 type_id; member
353 u32 type_id; member
666 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id()
1125 u32 type_id, void *data) in btf_show_start_type()
1143 u32 type_id, void *data) in btf_show_start_aggr_type()
1191 u32 type_id, in btf_show_start_array_type()
1209 u32 type_id, in btf_show_start_struct_type()
1559 u32 type_id) in env_type_is_resolved()
1565 const struct btf_type *t, u32 type_id) in env_stack_push()
[all …]
Dbpf_struct_ops.c101 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-6.6/arch/x86/events/intel/
Duncore_discovery.c55 const u16 *type_id = key; in __type_cmp() local
66 search_uncore_discovery_type(u16 type_id) in search_uncore_discovery_type()
557 static bool uncore_update_uncore_type(enum uncore_access_type type_id, in uncore_update_uncore_type()
600 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra) in intel_uncore_generic_init_uncores()
/kernel/linux/linux-6.6/tools/lib/bpf/
Dbtf.c462 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()
714 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
1630 static int btf_rewrite_type_ids(__u32 *type_id, void *ctx) in btf_rewrite_type_ids()
2009 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
2425 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param()
2478 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var()
3151 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
3679 int type_id; in btf_dedup_prep() local
[all …]
Drelo_core.h24 __u32 type_id; /* struct/union type or array element type */ member
Drelo_core.c32 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
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c13 __s32 type_id; in test_btf_module() local
Dbtf_dump.c275 __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
Dresolve_btfids.c101 int type_id; in resolve_symbols() local
Dbtf_tag.c58 __s32 type_id; in load_btfs() local
/kernel/linux/linux-6.6/kernel/bpf/
Dbtf.c184 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument
277 u32 type_id; member
418 u32 type_id; member
825 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id()
1289 u32 type_id, void *data) in btf_show_start_type()
1307 u32 type_id, void *data) in btf_show_start_aggr_type()
1355 u32 type_id, in btf_show_start_array_type()
1373 u32 type_id, in btf_show_start_struct_type()
1791 u32 type_id) in env_type_is_resolved()
1801 const struct btf_type *t, u32 type_id) in env_stack_push()
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf.c413 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()
640 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
1816 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
2144 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param()
2197 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var()
2897 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
3569 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
3667 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbtf_ptr.h18 __u32 type_id; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_ptr.h18 __u32 type_id; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c101 int type_id; in resolve_symbols() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dbtf_helpers.c216 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
/kernel/linux/linux-5.10/net/ipv4/
Dbpf_tcp_ca.c33 s32 type_id; in bpf_tcp_ca_init() local
/kernel/linux/linux-5.10/include/linux/
Dbtf.h215 u32 type_id) in btf_type_by_id()
/kernel/linux/linux-6.6/net/bpf/
Dbpf_dummy_struct_ops.c180 s32 type_id; in bpf_dummy_ops_btf_struct_access() local
/kernel/linux/linux-6.6/net/ipv4/
Dbpf_tcp_ca.c26 s32 type_id; in bpf_tcp_ca_init() local
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
Ddfs_pattern_detector.h72 u8 type_id; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Ddfs_pattern_detector.h72 u8 type_id; member

123