lkml.org 
[lkml]   [2012]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] limit guest messages to once in perf kvm top
Date
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



\
 
 \ /
  Last update: 2012-07-31 07:01    [W:0.223 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site