[PATCH 0/4] perf bench: Add new subsystem "mem" and new suite "memcpy"

From: Hitoshi Mitake
Date: Thu Nov 12 2009 - 23:23:20 EST


This patch series adds new subysystem "mem"
and new suite "memcpy" for it.

I've not added the memcpy() of Nehalem oriented optimization
by Ling Ma. The original memcpy() contains a lot of
separated inline assembly, and label with name of single digit
caused conflict with other part of assembled code.
So I'll rewrite it for readability and post
the patch to add memcpy() by Ling later.

This is first version. Could you review this?

Hitoshi Mitake (4):
perf bench: Add new subsystem and new suite, bench/mem-memcpy.c
perf bench: Modify bench/bench.h for new prototype:
bench_mem_memcpy()
perf bench: Modify builtin-bench.c for new subsystem "mem"
perf bench: Modify Makefile to build new subsystem "mem"

tools/perf/Makefile | 3 +-
tools/perf/bench/bench.h | 1 +
tools/perf/bench/mem-memcpy.c | 258 +++++++++++++++++++++++++++++++++++++++++
tools/perf/builtin-bench.c | 14 ++-
4 files changed, 274 insertions(+), 2 deletions(-)
create mode 100644 tools/perf/bench/mem-memcpy.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/