We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1667e commit 65dce59Copy full SHA for 65dce59
Documentation/bpf/ringbuf.rst
@@ -197,7 +197,7 @@ a self-pacing notifications of new data being availability.
197
being available after commit only if consumer has already caught up right up to
198
the record being committed. If not, consumer still has to catch up and thus
199
will see new data anyways without needing an extra poll notification.
200
-Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c_) show that
+Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c) show that
201
this allows to achieve a very high throughput without having to resort to
202
tricks like "notify only every Nth sample", which are necessary with perf
203
buffer. For extreme cases, when BPF program wants more manual control of
0 commit comments