public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: acme@ghostprotocols.net, linux-kernel@vger.kernel.org
Cc: David Ahern <dsahern@gmail.com>
Subject: [PATCH 00/11] perf: kvm live mode
Date: Thu, 11 Jul 2013 10:26:31 -0600	[thread overview]
Message-ID: <1373560002-14618-1-git-send-email-dsahern@gmail.com> (raw)

Hi Arnaldo:

There were no comments from the last round, so this is the same patches
rebased to your latest perf/core branch.

David Ahern (11):
  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: split out tracepoints from record args
  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

 tools/perf/builtin-kvm.c  |  685 ++++++++++++++++++++++++++++++++++++++++++---
 tools/perf/builtin-top.c  |    2 -
 tools/perf/util/evlist.c  |  128 +++++++++
 tools/perf/util/evlist.h  |   10 +
 tools/perf/util/header.c  |   44 ---
 tools/perf/util/session.c |   12 +-
 tools/perf/util/session.h |    7 +
 tools/perf/util/stat.c    |    6 +
 tools/perf/util/stat.h    |    9 +
 tools/perf/util/top.h     |    2 +
 10 files changed, 811 insertions(+), 94 deletions(-)

-- 
1.7.10.1


             reply	other threads:[~2013-07-11 16:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 16:26 David Ahern [this message]
2013-07-11 16:26 ` [PATCH 01/11] perf evlist: restore methods removed in earlier cleanup David Ahern
2013-07-11 16:26 ` [PATCH 02/11] perf evlist: move tracepoint processing code to evlist.c David Ahern
2013-07-11 16:26 ` [PATCH 03/11] perf evlist: add initialzation function for tracepoints David Ahern
2013-07-11 16:26 ` [PATCH 04/11] perf session: export a few functions for event processing David Ahern
2013-07-11 16:26 ` [PATCH 05/11] perf top: move CONSOLE_CLEAR to header file David Ahern
2013-07-11 16:26 ` [PATCH 06/11] perf kvm: split out tracepoints from record args David Ahern
2013-07-11 16:26 ` [PATCH 07/11] perf stats: add max and min stats David Ahern
2013-07-11 16:26 ` [PATCH 08/11] perf kvm: add live mode David Ahern
2013-07-11 16:26 ` [PATCH 09/11] perf kvm: add min and max stats to display David Ahern
2013-07-11 16:26 ` [PATCH 10/11] perf kvm: option to print events that exceed a threshold David Ahern
2013-07-11 16:26 ` [PATCH 11/11] perf kvm: debug for missing vmexit/vmentry event David Ahern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1373560002-14618-1-git-send-email-dsahern@gmail.com \
    --to=dsahern@gmail.com \
    --cc=acme@ghostprotocols.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox