perf record: Add new -I option to sample interrupted machine state
[firefly-linux-kernel-4.4.55.git] / tools / perf / Documentation / perf-record.txt
index 398f8d53bd6d39629071f59dab9ccba4747fc30b..af9a54ece0245fe9c340a0172438e18883b536d3 100644 (file)
@@ -214,6 +214,12 @@ if combined with -a or -C options.
 After starting the program, wait msecs before measuring. This is useful to
 filter out the startup phase of the program, which is often very different.
 
+-I::
+--intr-regs::
+Capture machine state (registers) at interrupt, i.e., on counter overflows for
+each sample. List of captured registers depends on the architecture. This option
+is off by default.
+
 SEE ALSO
 --------
 linkperf:perf-stat[1], linkperf:perf-list[1]