Searched refs:btf_ptr (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | btf_ptr.h | 4 #define btf_ptr btf_ptr___not_used macro 10 #undef btf_ptr 16 struct btf_ptr { struct
|
A D | bpf_iter.h | 19 #define btf_ptr btf_ptr___not_used macro 40 #undef btf_ptr 135 struct btf_ptr { struct
|
A D | bpf_iter_task_btf.c | 20 static struct btf_ptr ptr = { }; in dump_task_struct()
|
A D | netif_receive_skb.c | 59 static struct btf_ptr _ptr = { }; \ 101 static struct btf_ptr p = { }; in BPF_PROG()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 77 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, 516 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4() argument 956 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, in bpf_btf_printf_prepare() 965 if (btf_ptr_size != sizeof(struct btf_ptr)) in bpf_btf_printf_prepare() 986 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/ |
A D | bpf.h | 6309 struct btf_ptr { struct
|
/linux/include/uapi/linux/ |
A D | bpf.h | 6309 struct btf_ptr { struct
|
Completed in 37 milliseconds