LinuxCommandLibrary

trace-cmd-list

List available kernel trace events

TLDR

List available tracers

$ sudo trace-cmd list -t
copy
List available plugins
$ sudo trace-cmd list -p
copy
List available events
$ sudo trace-cmd list -e
copy
List available functions
$ sudo trace-cmd list -f
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community