🚧 Work in progress 🚧 [task board]
GIL tracer for CPython. Built on eBPF, works only on Linux.
See the official bcc
instructions.
See the official bpftrace
instructions.
A particularly convenient option is to download an AppImage. This way you get the latest bpftrace
.
sudo main.py -p 7031
sudo bpftrace -p $pid tracing_programs/trace_without_lines.d
or
sudo bpftrace -p $pid tracing_programs/trace_with_lines.d