From: David Ahern <dsahern@gmail.com>
To: acme@ghostprotocols.net, linux-kernel@vger.kernel.org
Cc: David Ahern <dsahern@gmail.com>
Subject: [PATCH 0/4] limit guest messages to once in perf kvm top
Date: Mon, 30 Jul 2012 22:31:31 -0600 [thread overview]
Message-ID: <1343709095-7089-1-git-send-email-dsahern@gmail.com> (raw)
Some refactoring so that strlist and intlist have a common base - rblist.
>From there use intlist to only show guest messages once.
David Ahern (4):
perf tool: introducing rblist
perf tool: change strlist to use the new rblist
perf tool: introduce intlist
perf kvm top: limit guest kernel info message to once
tools/perf/Makefile | 4 ++
tools/perf/builtin-top.c | 13 ++++-
tools/perf/util/intlist.c | 101 +++++++++++++++++++++++++++++++++++
tools/perf/util/intlist.h | 75 ++++++++++++++++++++++++++
tools/perf/util/rblist.c | 107 +++++++++++++++++++++++++++++++++++++
tools/perf/util/rblist.h | 47 ++++++++++++++++
tools/perf/util/strlist.c | 130 ++++++++++++++++++---------------------------
tools/perf/util/strlist.h | 11 ++--
8 files changed, 402 insertions(+), 86 deletions(-)
create mode 100644 tools/perf/util/intlist.c
create mode 100644 tools/perf/util/intlist.h
create mode 100644 tools/perf/util/rblist.c
create mode 100644 tools/perf/util/rblist.h
--
1.7.10.1
next reply other threads:[~2012-07-31 4:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-31 4:31 David Ahern [this message]
2012-07-31 4:31 ` [PATCH 1/4] perf tool: introducing rblist David Ahern
2012-08-05 16:56 ` [tip:perf/urgent] perf tools: Introducing rblist tip-bot for David Ahern
2012-07-31 4:31 ` [PATCH 2/4] perf tool: change strlist to use the new rblist David Ahern
2012-08-05 16:56 ` [tip:perf/urgent] perf tools: Change " tip-bot for David Ahern
2012-07-31 4:31 ` [PATCH 3/4] perf tool: introduce intlist David Ahern
2012-08-05 16:57 ` [tip:perf/urgent] perf tools: Introduce intlist tip-bot for David Ahern
2012-07-31 4:31 ` [PATCH 4/4] perf kvm top: limit guest kernel info message to once David Ahern
2012-08-05 16:58 ` [tip:perf/urgent] perf kvm top: Limit " tip-bot for 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=1343709095-7089-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.