LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

trace-cmd-report

Display recorded kernel trace data

TLDR

Display recorded trace
$ sudo trace-cmd report
copy
Display trace for specific CPU
$ sudo trace-cmd report --cpu [cpu_number]
copy

SYNOPSIS

trace-cmd report [OPTIONS] [FILE]

DESCRIPTION

trace-cmd report displays recorded trace events from a trace.dat file (or specified file). It parses the binary trace data and presents it in human-readable format.The output shows timestamps, CPU numbers, process information, and trace events in chronological order. Filtering options allow focusing on specific CPUs or event types.

PARAMETERS

--cpu NUMBER

Display trace for specific CPU only
-i FILE
Read trace from specified file

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 matching kernel version for proper symbol resolution. Large trace files may take time to process. Some events require debug information for full interpretation.

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