aya/xtask
tyrone-wu fa6af6a204
aya,aya-obj: add BPF_ENABLE_STATS syscall function
Add bpf syscall function for BPF_ENABLE_STATS to enable stats tracking
for benchmarking purposes.

Additionally, move `#[cfg(test)]` annotation around the `Drop` trait
instead. Having separate functions causes some complications when
needing ownership/moving of the inner value `OwnedFd` when `Drop` is
manually implemented.
..
libbpf@20ea95b450 xtask: Generate new bindings
public-api aya,aya-obj: add BPF_ENABLE_STATS syscall function
src codegen: add `tcx_action_base` enum to bindings
Cargo.toml chore: Don't use path deps in workspace