aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorJan Beulich <[email protected]>2012-01-18 13:28:56 +0000
committerArnaldo Carvalho de Melo <[email protected]>2012-01-24 19:51:01 -0200
commit800eb01484b3ca1eaf4eb5186df13fb24de2db19 (patch)
tree689b76d267371bbb5a614cefccaa0bea96187134 /tools/perf/util/scripting-engines/trace-event-python.c
parent9ea811973d49a1df0be04ff6e4df449e4fca4fb5 (diff)
perf bench: Also allow measuring alternative memcpy implementations
Intended to be able to support the current selection of the preferred memcpy() implementation, this patch adds the ability to also measure the two alternative implementations, again by way of using some pre-processsor replacement. While on my Westmere system this proves that the movsb based variant is worse than the movsq based one (since the ERMS feature isn't there), it also shows that here for the default as well as small sizes the unrolled variant outperforms the movsq one. Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jan Beulich <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions