| /linux/tools/bpf/bpftool/ |
| H A D | btf_dumper.c | 135 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 D | gen.c | 2113 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 D | btf.c | 615 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 D | relo_core.h | 24 __u32 type_id; /* struct/union type or array element type */ member
|
| H A D | relo_core.c | 32 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 D | btf_dump.c | 1867 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 D | linker.c | 1063 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 D | btf.c | 187 #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 D | btf_module.c | 13 __s32 type_id; in test_btf_module() local
|
| H A D | btf_dump.c | 345 __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 D | btf_tag.c | 58 __s32 type_id; in load_btfs() local
|
| H A D | tracing_multi.c | 82 __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 D | resolve_btfids.c | 186 int type_id; in resolve_symbols() local
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_ptr.h | 18 __u32 type_id; member
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | btf_helpers.c | 216 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 D | dfs_pattern_detector.h | 72 u8 type_id; member
|
| /linux/io_uring/ |
| H A D | bpf-ops.c | 112 s32 type_id; in io_lookup_struct_type() local
|
| /linux/net/netfilter/ |
| H A D | nf_bpf_link.c | 276 s32 type_id; in nf_ptr_to_btf_id() local
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 93 s32 type_id; in hid_bpf_ops_btf_struct_access() local
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_err.h | 211 enum hclge_err_type_list type_id; member 229 u8 type_id; member
|
| /linux/tools/perf/util/ |
| H A D | bpf_off_cpu.c | 118 u32 type_id; check_sched_switch_args() local
|
| /linux/include/linux/ |
| H A D | btf.h | 544 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 D | bearer.h | 126 u32 type_id; member
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 23 s32 type_id; in bpf_tcp_ca_init() local
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon_boards.c | 744 u8 type_id = FALCON_BOARD_TYPE(revision_info); in falcon_probe_board() local
|