Home
last modified time | relevance | path

Searched refs:bpf_perf_event_data_kern (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c46 static inline __u64 perf_get_sample(struct bpf_perf_event_data_kern *kctx, in perf_get_sample()
138 struct bpf_perf_event_data_kern *kctx; in perf_sample_filter()
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h170 struct bpf_perf_event_data_kern { struct
/openbmc/linux/include/linux/
H A Dbpf_types.h44 struct bpf_perf_event_data, struct bpf_perf_event_data_kern)
H A Dperf_event.h1027 struct bpf_perf_event_data_kern { struct
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1153 BPF_CALL_1(bpf_get_attach_cookie_pe, struct bpf_perf_event_data_kern *, ctx) in BPF_CALL_1() argument
1733 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument
1759 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument
2124 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()
2126 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()
2132 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()
2134 offsetof(struct bpf_perf_event_data_kern, data)); in pe_prog_convert_ctx_access()
2140 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_perf_event_data_kern, in pe_prog_convert_ctx_access()
2142 offsetof(struct bpf_perf_event_data_kern, regs)); in pe_prog_convert_ctx_access()
/openbmc/linux/kernel/bpf/
H A Dstackmap.c331 BPF_CALL_3(bpf_get_stackid_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument
508 BPF_CALL_4(bpf_get_stack_pe, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument
/openbmc/linux/kernel/events/
H A Dcore.c10477 struct bpf_perf_event_data_kern ctx = { in bpf_overflow_handler()