Searched refs:bpf_perf_event_data_kern (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/trace/ |
| A D | bpf_trace.c | 1054 BPF_CALL_1(bpf_get_attach_cookie_pe, struct bpf_perf_event_data_kern *, ctx) in BPF_CALL_1() argument 1374 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument 1400 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument 1753 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access() 1755 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access() 1761 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access() 1763 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access() 1769 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access() 1771 offsetof(struct bpf_perf_event_data_kern, regs)); in pe_prog_convert_ctx_access()
|
| /linux/include/linux/ |
| A D | bpf_types.h | 44 struct bpf_perf_event_data, struct bpf_perf_event_data_kern)
|
| A D | perf_event.h | 909 struct bpf_perf_event_data_kern { struct
|
| /linux/kernel/bpf/ |
| A D | stackmap.c | 382 BPF_CALL_3(bpf_get_stackid_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument 551 BPF_CALL_4(bpf_get_stack_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument
|
| /linux/kernel/events/ |
| A D | core.c | 9976 struct bpf_perf_event_data_kern ctx = { in bpf_overflow_handler()
|
Completed in 37 milliseconds