Home
last modified time | relevance | path

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

12

/linux/tools/bpf/bpftool/
H A 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()
H A Dgen.c2113 static void btfgen_mark_member(struct btfgen_info *info, int type_id, int idx) in btfgen_mark_member()
2122 btfgen_mark_type(struct btfgen_info *info, unsigned int type_id, bool follow_pointers) in btfgen_mark_type()
2203 unsigned int type_id = targ_spec->root_type_id; in btfgen_record_field_relo() local
2259 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr) in btfgen_mark_type_match()
2603 __u32 *type_id; in btfgen_get_btf() local
/linux/tools/lib/bpf/
H A Dbtf.c615 static int btf_validate_str(const struct btf *btf, __u32 str_off, const char *what, __u32 type_id) in btf_validate_str()
789 struct btf_type *btf_type_by_id(const struct btf *btf, __u32 type_id) in btf_type_by_id()
798 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id()
931 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size()
1041 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
2293 __u32 *type_id, *str_off; in btf__add_btf() local
2643 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
3090 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param()
3146 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var()
4016 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
[all …]
H A Drelo_core.h24 __u32 type_id; /* struct/union type or array element type */ member
H A Drelo_core.c32 static s64 btf__resolve_size(const struct btf *btf, u32 type_id) in btf__resolve_size()
682 __u64 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo()
1177 __u32 type_id; in bpf_core_format_spec() local
H A Dbtf_dump.c1867 static bool ptr_is_aligned(const struct btf *btf, __u32 type_id, in ptr_is_aligned()
1880 __u32 type_id, in btf_dump_int_data()
1979 __u32 type_id, in btf_dump_float_data()
2017 __u32 type_id; in btf_dump_var_data() local
H A Dlinker.c1063 static int check_btf_type_id(__u32 *type_id, void *ctx) in check_btf_type_id()
1097 __u32 *type_id, *str_off; in linker_sanity_check_btf() local
2487 __u32 *type_id; in linker_append_btf() local
/linux/kernel/bpf/
H A Dbtf.c187 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) argument
291 u32 type_id; member
432 u32 type_id; member
960 const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) in btf_type_by_id()
1441 u32 type_id, void *data) in btf_show_start_type()
1459 u32 type_id, void *data) in btf_show_start_aggr_type()
1507 u32 type_id, in btf_show_start_array_type()
1525 u32 type_id, in btf_show_start_struct_type()
1994 u32 type_id) in env_type_is_resolved()
2004 const struct btf_type *t, u32 type_id) in env_stack_push()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_module.c13 __s32 type_id; in test_btf_module() local
H A Dbtf_dump.c345 __s32 type_id; in btf_dump_data() local
645 __s32 type_id; in test_btf_dump_struct_data() local
1005 __s32 type_id; test_btf_datasec() local
[all...]
H A Dbtf_tag.c58 __s32 type_id; in load_btfs() local
H A Dtracing_multi.c82 __u32 nr, type_id, cnt = 0; in get_ids() local
678 __u32 nr, type_id; in serial_test_tracing_multi_bench_attach() local
H A Dresolve_btfids.c186 int type_id; in resolve_symbols() local
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h18 __u32 type_id; member
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c216 const char *btf_type_raw_dump(const struct btf *btf, int type_id) in btf_type_raw_dump()
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h72 u8 type_id; member
/linux/io_uring/
H A Dbpf-ops.c112 s32 type_id; in io_lookup_struct_type() local
/linux/net/netfilter/
H A Dnf_bpf_link.c276 s32 type_id; in nf_ptr_to_btf_id() local
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c93 s32 type_id; in hid_bpf_ops_btf_struct_access() local
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.h211 enum hclge_err_type_list type_id; member
229 u8 type_id; member
/linux/tools/perf/util/
H A Dbpf_off_cpu.c118 u32 type_id; check_sched_switch_args() local
/linux/include/linux/
H A Dbtf.h544 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find()
616 u32 type_id) in btf_type_by_id()
/linux/net/tipc/
H A Dbearer.h126 u32 type_id; member
/linux/net/ipv4/
H A Dbpf_tcp_ca.c23 s32 type_id; in bpf_tcp_ca_init() local
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local

12