Searched defs:bpf_perf_event_data_kern (Results 1 – 3 of 3) sorted by relevance
/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() 551 BPF_CALL_4(bpf_get_stack_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4()
|
/linux/include/linux/ |
A D | perf_event.h | 909 struct bpf_perf_event_data_kern { struct 910 bpf_user_pt_regs_t *regs; 911 struct perf_sample_data *data; 912 struct perf_event *event;
|
/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() 1374 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() 1400 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4()
|
Completed in 22 milliseconds