Home
last modified time | relevance | path

Searched defs:btf_header (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
A Dbtf.h11 struct btf_header { struct
12 __u16 magic;
13 __u8 version;
14 __u8 flags;
15 __u32 hdr_len;
18 __u32 type_off; /* offset of type section */
19 __u32 type_len; /* length of type section */
20 __u32 str_off; /* offset of string section */
21 __u32 str_len; /* length of string section */
/linux/include/uapi/linux/
A Dbtf.h11 struct btf_header { struct
12 __u16 magic;
13 __u8 version;
14 __u8 flags;
15 __u32 hdr_len;
18 __u32 type_off; /* offset of type section */
19 __u32 type_len; /* length of type section */
20 __u32 str_off; /* offset of string section */
21 __u32 str_len; /* length of string section */
/linux/kernel/bpf/preload/iterators/
A Diterators.bpf.c30 struct btf_header { struct
37 struct btf_header hdr; argument

Completed in 6 milliseconds