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

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

34 System-wide collection from all CPUs.
35
36-e::
37--expr::
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
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

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

34 System-wide collection from all CPUs.
35
36-e::
37--expr::
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-D msecs::
43--delay msecs::
44After starting the program, wait msecs before measuring. This is useful to
45filter out the startup phase of the program, which is often very different.
46
42-o::
43--output=::
44 Output file name.
45
46-p::
47--pid=::
48 Record events on existing process ID (comma separated list).
49

--- 152 unchanged lines hidden ---
47-o::
48--output=::
49 Output file name.
50
51-p::
52--pid=::
53 Record events on existing process ID (comma separated list).
54

--- 152 unchanged lines hidden ---