Searched defs:type_id (Results 1 – 9 of 9) sorted by relevance
/tools/bpf/bpftool/ |
D | btf_dumper.c | 125 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()
|
/tools/testing/selftests/bpf/progs/ |
D | btf_ptr.h | 18 __u32 type_id; member
|
D | bpf_iter.h | 121 __u32 type_id; member
|
/tools/lib/bpf/ |
D | btf.c | 413 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 …]
|
D | libbpf_internal.h | 239 __u32 type_id; member 316 __u32 type_id; member
|
D | libbpf.c | 309 __u32 type_id; member 398 __u32 type_id; member 723 const struct btf_type **type, __u32 *type_id, in find_struct_ops_kern_types() 943 __s32 type_id, datasec_id; in bpf_object__init_struct_ops_maps() local 4375 __u32 type_id; /* struct/union type or array element type */ member 4514 __u32 type_id, in bpf_core_parse_spec() 5108 __u32 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo() 5618 __u32 type_id; in bpf_core_dump_spec() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | resolve_btfids.c | 101 int type_id; in resolve_symbols() local
|
/tools/bpf/resolve_btfids/ |
D | main.c | 478 int err, type_id; in symbols_resolve() local
|
/tools/include/uapi/linux/ |
D | bpf.h | 4971 __u32 type_id; member 5040 __u32 type_id; member
|