tplist
Display kernel tracepoints or USDT probes and their formats.
- Provided by: bpfcc-tools (Version: 0.35.0+ds-1ubuntu2)
- Source: bpfcc
- Report a bug
Display kernel tracepoints or USDT probes and their formats.
tplist [-p PID] [-l LIB] [-v] [filter]
tplist lists all kernel tracepoints, and can optionally print out the tracepoint format; namely, the variables that you can trace when the tracepoint is hit. tplist can also list USDT probes embedded in a specific library or executable, and can list USDT probes for all the libraries loaded by a specific process. These features are usually used in conjunction with the argdist and/or trace tools.
On a typical system, accessing the tracepoint list and format requires root. However, accessing USDT probes does not require root.
This is from bcc.
Linux
Unstable - in development.
Sasha Goldshtein