aya-template/{{project-name}}-ebpf
Luca BRUNO 554702e63d
cargo-generate: add perf_event
This adds `perf_event` program type as a template entry.
The new entry comes with a skeleton example which register
scheduled events on each CPU at 1 HZ, triggered by the kernel
(based on clock ticks). The corresponding BPF logic logs each
event, and can identify kernel tasks from userland processes.
..
.cargo ebpf: set target and enable -Z build-std in .cargo/config.toml
.vim ebpf: Add rust-analyzer settings for coc.nvim
.vscode Fix trailing comma in ebpf/.vscode/settings.json
src cargo-generate: add perf_event
Cargo.toml ebpf: Update git repository URL for aya-log
rust-toolchain.toml rust-toolchain: Add a comment about rust-src