From patchwork Tue Jun 27 14:44:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 9811997 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 00F92603D7 for ; Tue, 27 Jun 2017 14:44:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E71FE20007 for ; Tue, 27 Jun 2017 14:44:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DBA7C2861B; Tue, 27 Jun 2017 14:44:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 88B7B20007 for ; Tue, 27 Jun 2017 14:44:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752289AbdF0Oof (ORCPT ); Tue, 27 Jun 2017 10:44:35 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36262 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbdF0Oo2 (ORCPT ); Tue, 27 Jun 2017 10:44:28 -0400 Received: by mail-wm0-f68.google.com with SMTP id y5so6191727wmh.3 for ; Tue, 27 Jun 2017 07:44:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=ERybdFeTG6u6RD02Y9ehVaUBJH0xl+qd3li2ahuV0jw=; b=BOPrH5Clo07MHbshJp9/+HBegfzNWgmu+K15jUdzY1GtmnczUMNG1lxzhu1MroJdOK FTkMwiZ6Bx3vwOxeiVtBJg6ber0CaYVRRVMhF0/Kh/+VSURlBJlGwfuP7t9Cs1kIi/2Z WHyxPCglPovWaV3C0fwOsxVmt+jFqL2T/+CxlVCSTOTGyZiMc0R41p1CP1o2jYOQ2nbz fHR9ebkSznEWEybZI2wAuBVZXSUqC28jC4yPH3sBJWwPi6iuWBEyEiltuD/TbrToUyVy 3zcBqK59iuRBIxinlvM+fKLq4j9C8wCQ1meCCht8lJUEiIyoN0B4y9torjWN6uG6J/MD rsbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ERybdFeTG6u6RD02Y9ehVaUBJH0xl+qd3li2ahuV0jw=; b=L+3ZnQ5gzqQuqFT8td5xf5jN4qEJIZJrD4cSuHiDC5OmI5pEbbv7UPV5HorFSBv8Z4 +6HL6Qn1CasP5wcb88HJ7L0TpuTLZvNCfd93aTXadgzaP9i50V+xCzW3AppUX+MiiYQ2 v2wRrauWr3QbqNGScib3fMbSjfsOlxHl3j0ap1l/INPEsodWJEG9uEvOE4Dl9YetPsbZ 3KLnGEkie1nDbnIqKCJVbNrx/hndn8X+8dnykl0sdyHEwohpJgL1aPEuh/f8s7Bp3YYZ HvXOCBzQqvWz7HEe3xtwn1L/mJUL5g++yU686HC0smez1TWOPQEsOycKWxcsmafMbwc9 6ong== X-Gm-Message-State: AKS2vOyMuFbrTSUicqZZINP8/UYh24/BJJFe2gEP87fZ5LvC3Hb9Dncf I/RB3CEqEznB1Q== X-Received: by 10.28.11.84 with SMTP id 81mr3830045wml.82.1498574666008; Tue, 27 Jun 2017 07:44:26 -0700 (PDT) Received: from [192.168.10.150] (94-39-191-51.adsl-ull.clienti.tiscali.it. [94.39.191.51]) by smtp.googlemail.com with ESMTPSA id 35sm2804349wrp.63.2017.06.27.07.44.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jun 2017 07:44:25 -0700 (PDT) Subject: Re: [PATCH v1 0/3] tools/kvm_stat: Misc patches leftovers To: Stefan Raspl , kvm@vger.kernel.org Cc: rkrcmar@redhat.com, frankja@linux.vnet.ibm.com References: <20170625193416.101439-1-raspl@linux.vnet.ibm.com> From: Paolo Bonzini Message-ID: <0838fb3e-83fe-321b-34ef-a335eddc870b@redhat.com> Date: Tue, 27 Jun 2017 16:44:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170625193416.101439-1-raspl@linux.vnet.ibm.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 25/06/2017 21:34, Stefan Raspl wrote: > Leftovers from the previous patch series, namely: > (1) is a fix for a bug noticed while reworking the remaining patches. > (2) patch reworked to become a command line switch rather than an > interactive command. Squashed this in patch 2/3 and queued: Paolo > (3) added a new dialog hinting at turning off tracepoints in case they > are active when pressing 'b'. Furthermore, switch the first > column's title from 'Event' to 'Guest Name' when pressing 'b'. > > > Stefan Raspl (3): > tools/kvm_stat: fix error on interactive command 'g' > tools/kvm_stat: add new command line switch '-i' > tools/kvm_stat: add new interactive command 'b' > > tools/kvm/kvm_stat/kvm_stat | 123 +++++++++++++++++++++++++++++++++++----- > tools/kvm/kvm_stat/kvm_stat.txt | 2 + > 2 files changed, 110 insertions(+), 15 deletions(-) > diff --git a/tools/kvm/kvm_stat/kvm_stat.txt b/tools/kvm/kvm_stat/kvm_stat.txt index e24ac464d341..851372d263cc 100644 --- a/tools/kvm/kvm_stat/kvm_stat.txt +++ b/tools/kvm/kvm_stat/kvm_stat.txt @@ -70,6 +70,10 @@ OPTIONS --debugfs:: retrieve statistics from debugfs +-i:: +--debugfs-include-past:: + include all available data on past events for debugfs + -p:: --pid=:: limit statistics to one virtual machine (pid)