From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Tvrtko Ursulin To: igt-dev@lists.freedesktop.org, Intel-gfx@lists.freedesktop.org Date: Fri, 3 Feb 2023 11:16:33 +0000 Message-Id: <20230203111636.4138202-1-tvrtko.ursulin@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] More intel_gpu_top improvements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tvrtko Ursulin Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Tvrtko Ursulin 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(-) -- 2.34.1