1 unstable release

0.4.0 Apr 12, 2024

#909 in Unix APIs

Download history 65/week @ 2024-10-01 7/week @ 2024-10-08 32/week @ 2024-10-15 25/week @ 2024-10-22 12/week @ 2024-10-29 5/week @ 2024-11-05 133/week @ 2024-11-12 27/week @ 2024-11-19 105/week @ 2024-11-26 114/week @ 2024-12-03 193/week @ 2024-12-10 91/week @ 2024-12-17 5/week @ 2024-12-31 54/week @ 2025-01-07 163/week @ 2025-01-14

222 downloads per month
Used in 5 crates (via eventheader)

MIT license

33KB
503 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