Expand description
USDT probes for nextest.
This module acts as documentation for USDT (Userland Statically Defined Tracing) probes defined by nextest.
USDT probes are supported:
- On x86_64: Linux, via bpftrace
- On aarch64: macOS, via DTrace
- On x86_64 and aarch64: illumos and other Solaris derivatives, and FreeBSD, via DTrace
The probes and their contents are not part of nextest’s stability guarantees.
For more information and examples, see the nextest documentation.
Structs§
- Usdt
RunDone - Data associated with the
run-doneprobe. - Usdt
RunStart - Data associated with the
run-startprobe. - Usdt
Setup Script Done - Data associated with the
setup-script-doneprobe. - Usdt
Setup Script Slow - Data associated with the
setup-script-slowprobe. - Usdt
Setup Script Start - Data associated with the
setup-script-startprobe. - Usdt
Stress SubRun Done - Data associated with the
stress-sub-run-doneprobe. - Usdt
Stress SubRun Start - Data associated with the
stress-sub-run-startprobe. - Usdt
Test Attempt Done - Data associated with the
test-attempt-doneprobe. - Usdt
Test Attempt Slow - Data associated with the
test-attempt-slowprobe. - Usdt
Test Attempt Start - Data associated with the
test-attempt-startprobe.
Functions§
- register_
probes - Register USDT probes on supported platforms.