Files
cheatsheet-tldr/tldr/linux/trace-cmd-report
2025-07-20 00:24:01 +00:00

19 lines
406 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`