Hi Arnaldo:

Update to the kvm-live series. Per your comment on IRC I removed
then need to refactor or restore an tracepoint parsing code.
Hopefully this is sufficient to make into your core branch and
be ready for 3.12.

David Ahern (9):
  perf top: move CONSOLE_CLEAR to header file
  perf stats: add max and min stats
  perf session: export a few functions for event processing
  perf kvm: split out tracepoints from record args
  perf kvm: add live mode - v3
  perf kvm: add min and max stats to display
  perf kvm: option to print events that exceed a threshold
  perf kvm: debug for missing vmexit/vmentry event
  perf kvm stat report: Add option to analyze specific VM

 tools/perf/builtin-kvm.c  |  755 ++++++++++++++++++++++++++++++++++++++++++---
 tools/perf/builtin-top.c  |    2 -
 tools/perf/perf.h         |    3 +
 tools/perf/util/session.c |   12 +-
 tools/perf/util/session.h |    7 +
 tools/perf/util/stat.c    |    6 +
 tools/perf/util/stat.h    |    9 +
 tools/perf/util/top.h     |    2 +
 8 files changed, 749 insertions(+), 47 deletions(-)

-- 
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/

Reply via email to