From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Raspl Subject: [PATCH v2 00/11] tools/kvm_stat: misc fixes Date: Mon, 11 Dec 2017 12:25:18 +0100 Message-ID: <20171211112529.33706-1-raspl@linux.vnet.ibm.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com, frankja@linux.vnet.ibm.com To: kvm@vger.kernel.org Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:37182 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbdLKLZj (ORCPT ); Mon, 11 Dec 2017 06:25:39 -0500 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vBBBMgh4016599 for ; Mon, 11 Dec 2017 06:25:39 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2esprty1fu-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 11 Dec 2017 06:25:38 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 11 Dec 2017 11:25:35 -0000 Sender: kvm-owner@vger.kernel.org List-ID: Fixed a few more glitches, most of which should be pretty straight forward. I'm not happy with what the man page looks like, in that the "INTERACTIVE COMMANDS" section's line width is way too small. I noticed this in particular with 5/11 "tools/kvm_stat: fix child trace events accounting", but couldn't find a way to get ASCIIDOC to widen those lines a bit. Stefan Raspl (11): tools/kvm_stat: fix command line option '-g' tools/kvm_stat: fix drilldown in events-by-guests mode tools/kvm_stat: fix missing field update after filter change tools/kvm_stat: fix extra handling of 'help' with fields filter tools/kvm_stat: fix child trace events accounting tools/kvm_stat: add hint on '-f help' to man page tools/kvm_stat: handle invalid regular expressions tools/kvm_stat: suppress usage information on command line errors tools/kvm_stat: stop ignoring unhandled arguments tools/kvm_stat: sort '-f help' output tools/kvm_stat: add line for totals tools/kvm/kvm_stat/kvm_stat | 76 ++++++++++++++++++++++++----------------- tools/kvm/kvm_stat/kvm_stat.txt | 4 ++- 2 files changed, 48 insertions(+), 32 deletions(-) -- 2.13.5