elastic / ebpf

Elastic's eBPF
Other
66 stars 11 forks source link

Align with libbpf function names #167

Closed nicholasberlin closed 1 year ago

nicholasberlin commented 1 year ago

This PR exposes a __consume function And renames next to *poll

The main idea here is to allow users to avoid a second polling call, if polling is done outside this library.