diff options
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-record.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index 0ad1bc75ab49..52462ae26455 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt | |||
@@ -108,6 +108,11 @@ OPTIONS | |||
108 | --data:: | 108 | --data:: |
109 | Sample addresses. | 109 | Sample addresses. |
110 | 110 | ||
111 | -T:: | ||
112 | --timestamp:: | ||
113 | Sample timestamps. Use it with 'perf report -D' to see the timestamps, | ||
114 | for instance. | ||
115 | |||
111 | -n:: | 116 | -n:: |
112 | --no-samples:: | 117 | --no-samples:: |
113 | Don't sample. | 118 | Don't sample. |