aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memset-x86-64-asm-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/mem-memset-x86-64-asm-def.h')
-rw-r--r--tools/perf/bench/mem-memset-x86-64-asm-def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/bench/mem-memset-x86-64-asm-def.h b/tools/perf/bench/mem-memset-x86-64-asm-def.h
index a71dff97c1f5..f02d028771d9 100644
--- a/tools/perf/bench/mem-memset-x86-64-asm-def.h
+++ b/tools/perf/bench/mem-memset-x86-64-asm-def.h
@@ -1,12 +1,12 @@
-MEMSET_FN(__memset,
+MEMSET_FN(memset_orig,
"x86-64-unrolled",
"unrolled memset() in arch/x86/lib/memset_64.S")
-MEMSET_FN(memset_c,
+MEMSET_FN(__memset,
"x86-64-stosq",
"movsq-based memset() in arch/x86/lib/memset_64.S")
-MEMSET_FN(memset_c_e,
+MEMSET_FN(memset_erms,
"x86-64-stosb",
"movsb-based memset() in arch/x86/lib/memset_64.S")