perf-trace.txt (566a08859f63a33746e25246c5cda0f52528d2e4) perf-trace.txt (44621819ddc9d5d0bfd0b0616c6cf33c94189b67)
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

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

118 Trace system calls. This options is enabled by default.
119
120--call-graph [mode,type,min[,limit],order[,key][,branch]]::
121 Setup and enable call-graph (stack chain/backtrace) recording.
122 See `--call-graph` section in perf-record and perf-report
123 man pages for details. The ones that are most useful in 'perf trace'
124 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
125
1perf-trace(1)
2=============
3
4NAME
5----
6perf-trace - strace inspired tool
7
8SYNOPSIS

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

118 Trace system calls. This options is enabled by default.
119
120--call-graph [mode,type,min[,limit],order[,key][,branch]]::
121 Setup and enable call-graph (stack chain/backtrace) recording.
122 See `--call-graph` section in perf-record and perf-report
123 man pages for details. The ones that are most useful in 'perf trace'
124 are 'dwarf' and 'lbr', where available, try: 'perf trace --call-graph dwarf'.
125
126--kernel-syscall-graph::
127 Show the kernel callchains on the syscall exit path.
128
126--event::
127 Trace other events, see 'perf list' for a complete list.
128
129--proc-map-timeout::
130 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
131 because the file may be huge. A time out is needed in such cases.
132 This option sets the time out limit. The default value is 500 ms.
133

--- 41 unchanged lines hidden ---
129--event::
130 Trace other events, see 'perf list' for a complete list.
131
132--proc-map-timeout::
133 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
134 because the file may be huge. A time out is needed in such cases.
135 This option sets the time out limit. The default value is 500 ms.
136

--- 41 unchanged lines hidden ---