tracepoint 0.5.0

Rust API for Linux Tracepoints via user_events
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 0 items with examples
  • Size
  • Source code size: 32.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.83 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • microsoft/LinuxTracepoints-Rust
    18 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • idigdoug Robo210

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).