diff options
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2019-02-08 11:58:53 +0000 |
---|---|---|
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2019-02-25 10:00:55 +0000 |
commit | 06b0830fb948b9b632342cd26100342aa01cbc79 (patch) | |
tree | 4288e6f5bafea8ed18a9c2b433a28e5cbadcfe60 /man | |
parent | 47e91cc220962fef2ad5afd1ce39fea1cec52f95 (diff) |
tools/intel_gpu_top: Add file output capability
A new -o command switch enables logging to a file.
v2:
* Support "-o -" for explicit stdout selection. (Chris Wilson)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
References: https://bugs.freedesktop.org/show_bug.cgi?id=108689
Cc: Eero Tamminen <eero.t.tamminen@intel.com>
Cc: 3.14pi@ukr.net
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel_gpu_top.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/man/intel_gpu_top.rst b/man/intel_gpu_top.rst index d5bda093..d487baca 100644 --- a/man/intel_gpu_top.rst +++ b/man/intel_gpu_top.rst @@ -28,16 +28,21 @@ The tool gathers data using perf performance counters (PMU) exposed by i915 and OPTIONS ======= --s <ms> - Refresh period in milliseconds. +-h + Show help text. + +-J + Output JSON formatted data. -l - List text data to standard out. + List plain text data. --J - Output JSON formatted data to standard output. --h - Show help text. +-o <file path | -> + Output to the specified file instead of standard output. + '-' can also be specified to explicitly select standard output. + +-s <ms> + Refresh period in milliseconds. LIMITATIONS =========== |