2 unstable releases

0.5.0 Nov 26, 2025
0.4.0 Apr 12, 2024

#1493 in Debugging

Download history 1243/week @ 2025-12-24 1995/week @ 2025-12-31 806/week @ 2026-01-07 414/week @ 2026-01-14 883/week @ 2026-01-21 1718/week @ 2026-01-28 579/week @ 2026-02-04 1447/week @ 2026-02-11 1465/week @ 2026-02-18 1446/week @ 2026-02-25 1084/week @ 2026-03-04 901/week @ 2026-03-11 2222/week @ 2026-03-18 1599/week @ 2026-03-25 1113/week @ 2026-04-01 2268/week @ 2026-04-08

7,371 downloads per month
Used in 6 crates (via eventheader)

MIT license

33KB
505 lines

Low-level support for Linux Tracepoints

MIT licensed Build Status maintenance status

The tracepoint crate provides low-level building blocks for logging Tracepoints via the Linux user_events system. The events can be generated and collected on Linux 6.4 or later (requires the user_events kernel feature to be enabled, the tracefs or debugfs filesystem to be mounted, and appropriate permissions configured for the /sys/kernel/.../tracing/user_events_data file).

Dependencies