File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ a self-pacing notifications of new data being availability.
197
197
being available after commit only if consumer has already caught up right up to
198
198
the record being committed. If not, consumer still has to catch up and thus
199
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
200
+ Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c ) show that
201
201
this allows to achieve a very high throughput without having to resort to
202
202
tricks like "notify only every Nth sample", which are necessary with perf
203
203
buffer. For extreme cases, when BPF program wants more manual control of
You can’t perform that action at this time.
0 commit comments