trace-cmd
linux
Utility to interact with the Ftrace Linux kernel internal tracer. See also: `trace-cmd list`, `trace-cmd record`, `trace-cmd report`.
More info →Subcommands (3)
trace-cmd list
→Show available tracers, events, or options for tracing. See also: `trace-cmd record`, `trace-cmd report`.
trace-cmd record
→Capture kernel trace events. See also: `trace-cmd list`, `trace-cmd report`.
trace-cmd report
→Display recorded trace events. See also: `trace-cmd list`, `trace-cmd record`.
Examples (8)
List available tracers
Start tracing with a specific plugin
Record a trace
Display the recorded trace
made by @shridhargupta | data from tldr-pages