1 unstable release

0.4.0 Apr 12, 2024

#847 in Unix APIs

Download history 91/week @ 2024-12-17 5/week @ 2024-12-31 54/week @ 2025-01-07 142/week @ 2025-01-14 547/week @ 2025-01-21 625/week @ 2025-01-28 595/week @ 2025-02-04 816/week @ 2025-02-11 1232/week @ 2025-02-18 968/week @ 2025-02-25 1387/week @ 2025-03-04 908/week @ 2025-03-11 1238/week @ 2025-03-18 2382/week @ 2025-03-25 1728/week @ 2025-04-01

6,420 downloads per month
Used in 6 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