Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 403 Bytes

eBPF-Research

Code for eBPF things

Rust things

If you're using Rust Analyzer with VS Code, add the following bit to your workspace settings.json

    "rust-analyzer.cargo.buildScripts.overrideCommand": null,
    "rust-analyzer.linkedProjects": [
        "monitoring/rust-monitor/Cargo.toml"
    ],
export KERNEL_VERSION=6.2.0-1019
export REDBPF_VMLINUX=/sys/kernel/btf/vmlinux