No description
Find a file
Delyan Kratunov 2dc8cb2161
Some checks failed
CI / build-and-test (push) Has been cancelled
fix CI
2025-09-16 19:32:49 -07:00
.github/workflows fix CI 2025-09-16 19:32:49 -07:00
src bpf: add alternative task delay strategy 2025-06-22 17:50:57 -07:00
.gitignore Initial commit 2022-12-30 20:56:23 -08:00
AGENTS.md AGENTS and github workflow 2025-09-16 19:25:58 -07:00
build.rs Initial commit 2022-12-30 20:56:23 -08:00
Cargo.lock Update crates 2025-06-22 17:12:23 -07:00
Cargo.toml build: add serde and serde_json dependencies and derive Serialize/Deserialize for Experiment struct 2025-04-20 15:53:36 -07:00
README.md add README 2025-04-20 15:13:00 -07:00

bpfcoz, a universal causal profiler

This project implements a causal profiler, similar to the seminal coz paper. Unlike coz, bpfcoz implements the profiling, including progress points, using bpf programs.