All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] limit guest messages to once in perf kvm top
@ 2012-07-31  4:31 David Ahern
  2012-07-31  4:31 ` [PATCH 1/4] perf tool: introducing rblist David Ahern
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: David Ahern @ 2012-07-31  4:31 UTC (permalink / raw)
  To: acme, linux-kernel; +Cc: David Ahern

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-08-05 17:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  4:31 [PATCH 0/4] limit guest messages to once in perf kvm top David Ahern
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

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.