Searched refs:bpf_perf_event_value (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | tracex6_kern.c | 21 .value_size = sizeof(struct bpf_perf_event_value), 50 struct bpf_perf_event_value *val, buf; in bpf_prog2()
|
D | trace_event_kern.c | 45 struct bpf_perf_event_value value_buf; in bpf_prog1() 62 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1()
|
D | tracex6_user.c | 26 struct bpf_perf_event_value value2; in check_on_cpu()
|
/Linux-v4.19/kernel/trace/ |
D | bpf_trace.c | 340 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument 344 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_4() 728 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument 732 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_3()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 2681 struct bpf_perf_event_value { struct
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 2681 struct bpf_perf_event_value { struct
|