mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 04:15:35 +02:00
13 lines
314 B
Markdown
13 lines
314 B
Markdown
# trace-cmd report
|
|
|
|
> Display recorded trace events.
|
|
> See also: `trace-cmd list`, `trace-cmd record`.
|
|
> More information: <https://manned.org/trace-cmd-report>.
|
|
|
|
- Display the recorded trace:
|
|
|
|
`sudo trace-cmd report`
|
|
|
|
- Display the recorded trace for a specific CPU:
|
|
|
|
`sudo trace-cmd report --cpu {{cpu_number}}`
|