diff options
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
| -rw-r--r-- | tools/perf/Documentation/perf-record.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index 398f8d53bd6d..af9a54ece024 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt | |||
| @@ -214,6 +214,12 @@ if combined with -a or -C options. | |||
| 214 | After starting the program, wait msecs before measuring. This is useful to | 214 | After starting the program, wait msecs before measuring. This is useful to |
| 215 | filter out the startup phase of the program, which is often very different. | 215 | filter out the startup phase of the program, which is often very different. |
| 216 | 216 | ||
| 217 | -I:: | ||
| 218 | --intr-regs:: | ||
| 219 | Capture machine state (registers) at interrupt, i.e., on counter overflows for | ||
| 220 | each sample. List of captured registers depends on the architecture. This option | ||
| 221 | is off by default. | ||
| 222 | |||
| 217 | SEE ALSO | 223 | SEE ALSO |
| 218 | -------- | 224 | -------- |
| 219 | linkperf:perf-stat[1], linkperf:perf-list[1] | 225 | linkperf:perf-stat[1], linkperf:perf-list[1] |
