linfeng 7c28051e8c chore: update toolchain version to 2024-11-05 (#1031) 1 settimana fa
..
.cargo fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
.vscode fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
syscall_ebpf-common fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
syscall_ebpf-ebpf 7c28051e8c chore: update toolchain version to 2024-11-05 (#1031) 1 settimana fa
xtask fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
.gitignore fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
Cargo.toml fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa
README.md fae6e9ade4 feat(ebpf):[WIP] add eBPF support (#948) 4 settimane fa

README.md

syscall_ebpf

Prerequisites

  1. Install bpf-linker: cargo install bpf-linker

Build eBPF

cargo xtask build-ebpf

To perform a release build you can use the --release flag. You may also change the target architecture with the --target flag.

Build Userspace

cargo build

Build eBPF and Userspace

cargo xtask build

Run

RUST_LOG=info cargo xtask run