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

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

30-------
31
32-a::
33--all-cpus::
34 System-wide collection from all CPUs.
35
36-e::
37--expr::
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

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

30-------
31
32-a::
33--all-cpus::
34 System-wide collection from all CPUs.
35
36-e::
37--expr::
38 List of events to show, currently only syscall names.
38 List of syscalls to show, currently only syscall names.
39 Prefixing with ! shows all syscalls but the ones specified. You may
40 need to escape it.
41
42-o::
43--output=::
44 Output file name.
45
46-p::

--- 118 unchanged lines hidden ---
39 Prefixing with ! shows all syscalls but the ones specified. You may
40 need to escape it.
41
42-o::
43--output=::
44 Output file name.
45
46-p::

--- 118 unchanged lines hidden ---