Searched refs:btf_ptr (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_ptr.h | 4 #define btf_ptr btf_ptr___not_used macro 10 #undef btf_ptr 16 struct btf_ptr { struct
|
| H A D | netif_receive_skb.c | 55 static struct btf_ptr _ptr = { }; \ 97 static struct btf_ptr p = { }; in BPF_PROG()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 86 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, 511 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4() argument 976 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, in bpf_btf_printf_prepare() 985 if (btf_ptr_size != sizeof(struct btf_ptr)) in bpf_btf_printf_prepare() 1006 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5() argument
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 4947 * long bpf_snprintf_btf(char *str, u32 str_size, struct btf_ptr *ptr, u32 btf_ptr_size, u64 flags) 4983 * long bpf_seq_printf_btf(struct seq_file *m, struct btf_ptr *ptr, u32 ptr_size, u64 flags) 7552 * struct btf_ptr is used for typed pointer representation; the 7559 struct btf_ptr { 7523 struct btf_ptr { global() struct 7524 ptrbtf_ptr global() argument 7525 type_idbtf_ptr global() argument 7526 flagsbtf_ptr global() argument
|