]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ac1cc5975e286d0b4a3084396de7287bbfe5579
tree28dc1e7b55b1d4619647526237de47a990ac226f
parent94143f2552c68fcf65d36ad3653010b239851213
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]