Searched refs:bpf_perf_event_value (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/kernel/trace/ | 
| D | bpf_trace.c | 395 	   struct bpf_perf_event_value *, buf, u32, size)  in BPF_CALL_4()  argument399 	if (unlikely(size != sizeof(struct bpf_perf_event_value)))  in BPF_CALL_4()
 898 	   struct bpf_perf_event_value *, buf, u32, size)  in BPF_CALL_3()  argument
 902 	if (unlikely(size != sizeof(struct bpf_perf_event_value)))  in BPF_CALL_3()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | bpf.h | 3448 struct bpf_perf_event_value {  struct
 | 
| /Linux-v5.4/tools/include/uapi/linux/ | 
| D | bpf.h | 3448 struct bpf_perf_event_value {  struct
 |