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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/