OSDN Git Service

perf bench: Merge memset into memcpy
authorRabin Vincent <rabin.vincent@axis.com>
Tue, 2 Dec 2014 15:50:40 +0000 (16:50 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Dec 2014 12:14:05 +0000 (09:14 -0300)
commit5bce1a5772cb52aad7e0466484ba07cfbfec2478
tree28dc1e7b55b1d4619647526237de47a990ac226f
parent308197b9474bcde2cafba2cd19bef46e0c0428bd
perf bench: Merge memset into memcpy

The memset benchmark is largely copy-pasted from the memcpy benchmark.
Merge the two now that memcpy is made more generic.

Signed-off-by: Rabin Vincent <rabin.vincent@axis.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Rabin Vincent <rabinv@axis.com>
Link: http://lkml.kernel.org/r/1417535441-3965-2-git-send-email-rabin.vincent@axis.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/bench/mem-memcpy.c
tools/perf/bench/mem-memset.c [deleted file]