mbox series

[i-g-t,0/3] More intel_gpu_top improvements

Message ID 20230203111636.4138202-1-tvrtko.ursulin@linux.intel.com (mailing list archive)
Headers show
Series More intel_gpu_top improvements | expand

Message

Tvrtko Ursulin Feb. 3, 2023, 11:16 a.m. UTC
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Suggestion was received to omit repeating header lines when outputting to a file
and also to add the CVS mode for easy parsing. We have JSON but I guess CVS can
definitely be easier for some use cases.

Tvrtko Ursulin (3):
  intel_gpu_top: Do not repeat header lines in non-interactive output
  intel_gpu_top: Rename STDOUT to TEXT
  intel_gpu_top: Add CVS output format

 man/intel_gpu_top.rst |   3 +
 tools/intel_gpu_top.c | 137 +++++++++++++++++++++++++++++++++---------
 2 files changed, 111 insertions(+), 29 deletions(-)