trace-cmd-list
TLDR
List available tracers
SYNOPSIS
trace-cmd list [OPTIONS]
DESCRIPTION
trace-cmd list displays available tracers, events, plugins, and functions that can be used with the Ftrace tracing framework. This helps identify what can be traced on the current system.
The output depends on kernel configuration and loaded modules. Function listing may be very large on systems with many kernel symbols.
PARAMETERS
-t
List available tracers-p
List available plugins-e
List available events-f
List available functions for tracing
CAVEATS
Requires root privileges. Available items depend on kernel build configuration. Function list can be extremely large.
SEE ALSO
trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1)
