perf-trace.txt (6ca2a9c6543dd1a307c0250991d4de93550209ce) perf-trace.txt (1302d88e66f12a7b46a5598e641d93f0713007e0)
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

--- 37 unchanged lines hidden (view full) ---

46Collect samples only on the list of CPUs provided. Multiple CPUs can be provided as a
47comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
48In per-thread mode with inheritance mode on (default), Events are captured only when
49the thread executes on the designated CPUs. Default is to monitor all CPUs.
50
51--duration:
52 Show only events that had a duration greater than N.M ms.
53
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

--- 37 unchanged lines hidden (view full) ---

46Collect samples only on the list of CPUs provided. Multiple CPUs can be provided as a
47comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
48In per-thread mode with inheritance mode on (default), Events are captured only when
49the thread executes on the designated CPUs. Default is to monitor all CPUs.
50
51--duration:
52 Show only events that had a duration greater than N.M ms.
53
54--sched:
55 Accrue thread runtime and provide a summary at the end of the session.
56
54SEE ALSO
55--------
56linkperf:perf-record[1], linkperf:perf-script[1]
57SEE ALSO
58--------
59linkperf:perf-record[1], linkperf:perf-script[1]