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

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