Searched refs:btf_ptr (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h4 #define btf_ptr btf_ptr___not_used macro
10 #undef btf_ptr macro
16 struct btf_ptr { struct
H A Dbpf_iter_task_btf.c20 static struct btf_ptr ptr = { };
H A Dbpf_iter.h21 #define btf_ptr btf_ptr___not_used macro
45 #undef btf_ptr macro
151 struct btf_ptr { struct
H A Dnetif_receive_skb.c4 #include "btf_ptr.h"
58 static struct btf_ptr _ptr = { }; \
100 static struct btf_ptr p = { };
/linux-master/kernel/trace/
H A Dbpf_trace.c88 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size,
523 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr,
982 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size,
991 if (btf_ptr_size != sizeof(struct btf_ptr))
1012 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr,
/linux-master/include/uapi/linux/
H A Dbpf.h4833 * long bpf_snprintf_btf(char *str, u32 str_size, struct btf_ptr *ptr, u32 btf_ptr_size, u64 flags)
4869 * long bpf_seq_printf_btf(struct seq_file *m, struct btf_ptr *ptr, u32 ptr_size, u64 flags)
7355 * struct btf_ptr is used for typed pointer representation; the
7362 struct btf_ptr { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4833 * long bpf_snprintf_btf(char *str, u32 str_size, struct btf_ptr *ptr, u32 btf_ptr_size, u64 flags)
4869 * long bpf_seq_printf_btf(struct seq_file *m, struct btf_ptr *ptr, u32 ptr_size, u64 flags)
7355 * struct btf_ptr is used for typed pointer representation; the
7362 struct btf_ptr { struct

Completed in 179 milliseconds