Searched defs:bpf_perf_event_data_kern (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/bpf_skel/vmlinux/ |
D | vmlinux.h | 184 struct bpf_perf_event_data_kern { struct 185 struct perf_sample_data *data; 186 struct perf_event *event;
|
/linux-6.12.1/kernel/bpf/ |
D | stackmap.c | 348 BPF_CALL_3(bpf_get_stackid_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() 579 BPF_CALL_4(bpf_get_stack_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4()
|
/linux-6.12.1/include/linux/ |
D | perf_event.h | 1052 struct bpf_perf_event_data_kern { struct 1053 bpf_user_pt_regs_t *regs; 1054 struct perf_sample_data *data; 1055 struct perf_event *event;
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 1138 BPF_CALL_1(bpf_get_attach_cookie_pe, struct bpf_perf_event_data_kern *, ctx) in BPF_CALL_1() 1726 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() 1752 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4()
|