blob: c0ed209c39d6d57f2b6dd87b83636dcf68e86eb9 (
plain) (
tree)
|
|
# fs-tracer
Related: https://github.com/baitinq/fs-tracer-backend
## Prerequisites
1. Install bpf-linker: `cargo install bpf-linker`
## Build eBPF
```bash
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
```bash
cargo build
```
## Run
```bash
RUST_LOG=info cargo xtask run
```
|