perf bench: Also allow measuring memset()
authorJan Beulich <jbeulich@suse.com>
Tue, 24 Jan 2012 12:03:22 +0000 (10:03 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 24 Jan 2012 22:25:32 +0000 (20:25 -0200)
commitbe3de80dc2e671d9ee15e69fe9cd84d2b71e2225
tree8c9519ac9c6235ad8469d3f8d7ef2da660840bc5
parent800eb01484b3ca1eaf4eb5186df13fb24de2db19
perf bench: Also allow measuring memset()

This simply clones the respective memcpy() implementation.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/4F16D743020000780006D735@nat28.tlf.novell.com
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/bench/bench.h
tools/perf/bench/mem-memset-arch.h [new file with mode: 0644]
tools/perf/bench/mem-memset-x86-64-asm-def.h [new file with mode: 0644]
tools/perf/bench/mem-memset-x86-64-asm.S [new file with mode: 0644]
tools/perf/bench/mem-memset.c [new file with mode: 0644]
tools/perf/builtin-bench.c
tools/perf/util/include/asm/dwarf2.h