Searched refs:bpf_perf_event_data_kern (Results 1 – 3 of 3) sorted by relevance
727 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument921 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()923 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()929 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()931 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()937 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()939 offsetof(struct bpf_perf_event_data_kern, regs)); in pe_prog_convert_ctx_access()
808 struct bpf_perf_event_data_kern { struct
8505 struct bpf_perf_event_data_kern ctx = { in bpf_overflow_handler()