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

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

25
26-a::
27--all-cpus::
28 System-wide collection from all CPUs.
29
30-e::
31--expr::
32 List of events to show, currently only syscall names.
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

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

25
26-a::
27--all-cpus::
28 System-wide collection from all CPUs.
29
30-e::
31--expr::
32 List of events to show, currently only syscall names.
33 Prefixing with ! shows all syscalls but the ones specified. You may
34 need to escape it.
33
34-o::
35--output=::
36 Output file name.
37
38-p::
39--pid=::
40 Record events on existing process ID (comma separated list).

--- 33 unchanged lines hidden ---
35
36-o::
37--output=::
38 Output file name.
39
40-p::
41--pid=::
42 Record events on existing process ID (comma separated list).

--- 33 unchanged lines hidden ---