mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 13:52:39 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/trace-cmd-report
Normal file
18
tldr/linux/trace-cmd-report
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user