Searched defs:btf_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | btf_ptr.h | 4 #define btf_ptr btf_ptr___not_used macro 16 struct btf_ptr { struct 17 void *ptr; 18 __u32 type_id; 19 __u32 flags;
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 7410 struct btf_ptr { struct 7411 void *ptr; 7412 __u32 type_id; 7413 __u32 flags; /* BTF ptr flags; unused at present. */
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 7410 struct btf_ptr { struct 7411 void *ptr; 7412 __u32 type_id; 7413 __u32 flags; /* BTF ptr flags; unused at present. */
|
/linux-6.14.4/kernel/trace/ |
D | bpf_trace.c | 511 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4() 1002 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5()
|