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.h12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 000000000000..a71dff97c1f5
--- /dev/null
+++ b/tools/perf/bench/mem-memset-x86-64-asm-def.h
@@ -0,0 +1,12 @@
+
+MEMSET_FN(__memset,
+ "x86-64-unrolled",
+ "unrolled memset() in arch/x86/lib/memset_64.S")
+
+MEMSET_FN(memset_c,
+ "x86-64-stosq",
+ "movsq-based memset() in arch/x86/lib/memset_64.S")
+
+MEMSET_FN(memset_c_e,
+ "x86-64-stosb",
+ "movsb-based memset() in arch/x86/lib/memset_64.S")