sync: auto-generate latest BPF helpers

Latest changes to BPF helper definitions.

Signed-off-by: Song Liu <song@kernel.org>
This commit is contained in:
Song Liu
2023-02-16 14:31:02 -08:00
committed by Andrii Nakryiko
parent d74065659a
commit 24476fe699

View File

@@ -1450,7 +1450,7 @@ static long (*bpf_perf_event_read_value)(void *map, __u64 flags, struct bpf_perf
/*
* bpf_perf_prog_read_value
*
* For en eBPF program attached to a perf event, retrieve the
* For an eBPF program attached to a perf event, retrieve the
* value of the event counter associated to *ctx* and store it in
* the structure pointed by *buf* and of size *buf_size*. Enabled
* and running times are also stored in the structure (see