[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1343709095-7089-1-git-send-email-dsahern@gmail.com>
Date: Mon, 30 Jul 2012 22:31:31 -0600
From: David Ahern <dsahern@...il.com>
To: acme@...stprotocols.net, linux-kernel@...r.kernel.org
Cc: David Ahern <dsahern@...il.com>
Subject: [PATCH 0/4] limit guest messages to once in perf kvm top
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists