Home
last modified time | relevance | path

Searched defs:btf_ptr (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h4 #define btf_ptr btf_ptr___not_used macro
16 struct btf_ptr { struct
17 void *ptr;
18 __u32 type_id;
19 __u32 flags;
/linux/tools/include/uapi/linux/
H A Dbpf.h7501 struct btf_ptr { struct
7502 void *ptr;
7503 __u32 type_id;
7504 __u32 flags; /* BTF ptr flags; unused at present. */
/linux/include/uapi/linux/
H A Dbpf.h7501 struct btf_ptr { struct
7502 void *ptr;
7503 __u32 type_id;
7504 __u32 flags; /* BTF ptr flags; unused at present. */
/linux/kernel/trace/
H A Dbpf_trace.c512 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()
1007 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5()