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

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