isovalent / ebpf-docs

An effort to comprehensively document eBPF
https://docs.ebpf.io/
BSD 2-Clause "Simplified" License
230 stars 28 forks source link

syscall: Correcting `duration` description in BPF_PROG_TEST_RUN #21

Closed dylandreimerink closed 7 months ago

dylandreimerink commented 7 months ago

The docs said that the duration field was the total run time when tests are repeated, but it actually contains the already avaraged value.