Searched refs:bpf_perf_prog_read_value (Results 1 – 3 of 3) sorted by relevance
62 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1()
897 BPF_CALL_3(bpf_perf_prog_read_value, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_3() argument915 .func = bpf_perf_prog_read_value,
111 static int (*bpf_perf_prog_read_value)(void *ctx, void *buf, variable