v0.5.0
New Feature
This version of bpftop introduces a feature to display processes that reference BPF programs. The process name and PID will be displayed in the info box when a BPF program is selected.
To achieve this, bpftop loads its own BPF iterator program, which will also be displayed in the program list.
What's Changed
- Add systemd journal logger via tracing crate by @jfernandez in #36
- List processes (PID and comm) holding references to a BPF program by @jfernandez in #37
Dependency Updates
- Bump libbpf-sys from 1.4.0+v1.4.0 to 1.4.1+v1.4.0 by @dependabot in #39
- Bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #38
Full Changelog: v0.4.2...v0.5.0