From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Fwd: [PATCH 00/16] perf: kvm live mode Date: Sat, 25 May 2013 18:29:39 -0600 Message-ID: <51A15773.7040304@gmail.com> References: <1369527896-3650-1-git-send-email-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080800030203020400010108" To: KVM Return-path: Received: from mail-pd0-f182.google.com ([209.85.192.182]:62538 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758518Ab3EZA3n (ORCPT ); Sat, 25 May 2013 20:29:43 -0400 Received: by mail-pd0-f182.google.com with SMTP id g10so5405719pdj.13 for ; Sat, 25 May 2013 17:29:43 -0700 (PDT) Received: from sjc-vpn5-1388.cisco.com (128-107-239-233.cisco.com. [128.107.239.233]) by mx.google.com with ESMTPSA id at1sm22258144pbc.10.2013.05.25.17.29.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 17:29:42 -0700 (PDT) In-Reply-To: <1369527896-3650-1-git-send-email-dsahern@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------080800030203020400010108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit forgot to add kvm list to the cc list. -------- Original Message -------- Subject: [PATCH 00/16] perf: kvm live mode Date: Sat, 25 May 2013 18:24:40 -0600 From: David Ahern To: linux-kernel@vger.kernel.org CC: acme@ghostprotocols.net, mingo@kernel.org, fweisbec@gmail.com, peterz@infradead.org, jolsa@redhat.com, namhyung@kernel.org, xiaoguangrong@linux.vnet.ibm.com, runzhen@linux.vnet.ibm.com, David Ahern This version addresses all of the comments from the last review and includes an enhancement from Runzhen Wang. I still need to add Ingo's enhancements -- aliasing 'perf stat kvm' to 'perf kvm stat live', and adding options to parallel top (--repeat ). patchset can also be obtained from github.com/dsahern/linux, perf-kvm-live-wip branch. David Ahern (13): perf evlist: restore methods removed in earlier cleanup perf evlist: move tracepoint processing code to evlist.c perf evlist: add initialzation function for tracepoints perf session: export a few functions for event processing perf top: move CONSOLE_CLEAR to header file perf kvm: handle realloc failures perf kvm: split out tracepoints from record args perf stats: fix divide by 0 in variance perf stats: add max and min stats perf kvm: add live mode perf kvm: add min and max stats to display perf kvm: option to print events that exceed a threshold perf kvm: debug for missing vmexit/vmentry event Runzhen Wang (3): perf kvm: reuse some code of perf_kvm__timerfd_create() perf kvm: move the prompt_integer() to /util/top.c perf kvm: set live mode refresh time dynamically tools/perf/builtin-kvm.c | 723 ++++++++++++++++++++++++++++++++++++++++++--- tools/perf/builtin-top.c | 28 -- tools/perf/util/evlist.c | 128 ++++++++ tools/perf/util/evlist.h | 10 + tools/perf/util/header.c | 44 --- tools/perf/util/session.c | 13 +- tools/perf/util/session.h | 7 + tools/perf/util/stat.c | 8 +- tools/perf/util/stat.h | 9 + tools/perf/util/top.c | 30 ++ tools/perf/util/top.h | 3 + 11 files changed, 881 insertions(+), 122 deletions(-) -- 1.7.10.1 --------------080800030203020400010108 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="Attached Message Part" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Attached Message Part" --------------080800030203020400010108--