Home
last modified time | relevance | path

Searched defs:btf_type (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtf.h25 struct btf_type { struct
26 __u32 name_off;
28 __u32 info;
30 union {
/kernel/linux/linux-5.10/include/uapi/linux/
Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtf.h37 struct btf_type { struct
38 __u32 name_off;
39 __u32 info;
40 union {
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbtf.h37 struct btf_type { struct
38 __u32 name_off;
39 __u32 info;
40 union {
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/kernel/linux/linux-6.6/include/uapi/linux/
Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.bpf.c27 struct btf_type { struct
37 struct btf_type **types; argument
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
Diterators.bpf.c26 struct btf_type { struct
36 struct btf_type **types; argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
Dgen.c1730 const struct btf_type *btf_type = btf__type_by_id(info->src_btf, type_id); in btfgen_mark_type() local
1805 const struct btf_type *btf_type; in btfgen_record_field_relo() local
1866 const struct btf_type *btf_type; in btfgen_mark_type_match() local
2214 struct btf_type *btf_type = (struct btf_type *) btf__type_by_id(btf_new, i); in btfgen_get_btf() local