You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libbpf-cargo: Support on-the-fly vmlinux.h extraction
This adds the `extract_vmlinux_header` method to `SkelBuilder`, which
lets libbpf-cargo auto-generate the "vmlinux.h" header from the
running kernel using bpftool. This would be particularly useful when
packaging a crate with "cargo package", as it doesn't need the header
file to be added to the repository.
Signed-off-by: Daiki Ueno <[email protected]>
0 commit comments