stracers-core 0.1.0

Library for tracing system calls and signals
Documentation
  • Coverage
  • 48.94%
    23 out of 47 items documented0 out of 24 items with examples
  • Size
  • Source code size: 66.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 4s Average build duration of successful builds.
  • all releases: 1m 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rustutils/stracers
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xfbs

stracers-core

Library for tracing system calls and signals on Linux via ptrace. Provides a Tracer that spawns a child or attaches to a running process, runs the wait loop, and yields a decoded SyscallEvent for each completed syscall. Used by the stracers command-line tool. Supports x86_64 and aarch64.