Hello, We divided patch series "perf/s390/kvm: trace events, perf kvm stat" into 2 parts.
This patch set is a preparation for the next one, which adds support for perf kvm stat support on s390. Patch 1 removes direct dependence of perf kvm stat from x86. Patches 2-3 are refactoring. Patch 4 adds arch/s390/header.c to be used by perf kvm stat on s390. Compared to the previous version, patches contain some minor style/typo fixes. Link to the previous thread: https://lkml.org/lkml/2014/4/25/331 (mirror: http://marc.info/?l=linux-kernel&m=139841718926897) Please consider to merge. Thanks. Alexander Yarygin (4): perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag perf kvm: Simplify of exit reasons tables definitions perf kvm: Refactoring of cpu_isa_config() perf: Allow to use cpuinfo on s390 tools/perf/arch/s390/Makefile | 1 + tools/perf/arch/s390/util/header.c | 28 ++++++++++++++ tools/perf/arch/x86/Makefile | 1 + tools/perf/builtin-kvm.c | 72 +++++++++++++++++++----------------- tools/perf/config/Makefile | 4 ++ tools/perf/perf-sys.h | 1 + 6 files changed, 73 insertions(+), 34 deletions(-) create mode 100644 tools/perf/arch/s390/util/header.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

