LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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
List events matching a pattern
$ sudo trace-cmd list -e [sched:*]
copy
List available event options
$ sudo trace-cmd list -o
copy
List functions matching a regex
$ sudo trace-cmd list -f [tcp_send*]
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 [regex]
List available events, optionally filtered by a subsystem or regex pattern.
-f [regex]
List available functions for tracing, optionally filtered by regex.
-o
List available event options (e.g., noprint-fmt, sym-offset).
-B buffer
List from a specific buffer instance.

INSTALL

sudo apt install trace-cmd
copy
sudo dnf install trace-cmd
copy
sudo pacman -S trace-cmd
copy
sudo zypper install trace-cmd
copy
nix profile install nixpkgs#trace-cmd
copy

CAVEATS

Requires root privileges. Available items depend on kernel build configuration. Function list can be extremely large.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid