Searched refs:bpf_perf_event_data_kern (Results 1 – 3 of 3) sorted by relevance
897 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument1156 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()1158 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()1164 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()1166 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()1172 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()1174 offsetof(struct bpf_perf_event_data_kern, regs)); in pe_prog_convert_ctx_access()
840 struct bpf_perf_event_data_kern { struct
8956 struct bpf_perf_event_data_kern ctx = { in bpf_overflow_handler()