1 unstable release

0.4.0 Apr 12, 2024

#796 in Unix APIs

Download history 48/week @ 2024-07-19 77/week @ 2024-07-26 17/week @ 2024-08-02 11/week @ 2024-08-09 18/week @ 2024-08-16 53/week @ 2024-08-23 19/week @ 2024-08-30 118/week @ 2024-09-06 34/week @ 2024-09-13 30/week @ 2024-09-20 86/week @ 2024-09-27 34/week @ 2024-10-04 11/week @ 2024-10-11 34/week @ 2024-10-18 23/week @ 2024-10-25 11/week @ 2024-11-01

80 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