summaryrefslogtreecommitdiff
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.h4
1 files changed, 4 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
index 247c72fdfb9d..80ad1b7ea770 100644
--- a/tools/perf/bench/mem-memset-x86-64-asm-def.h
+++ b/tools/perf/bench/mem-memset-x86-64-asm-def.h
@@ -1,9 +1,13 @@
/* SPDX-License-Identifier: GPL-2.0 */
MEMSET_FN(memset_orig,
+ mem_alloc,
+ mem_free,
"x86-64-unrolled",
"unrolled memset() in arch/x86/lib/memset_64.S")
MEMSET_FN(__memset,
+ mem_alloc,
+ mem_free,
"x86-64-stosq",
"movsq-based memset() in arch/x86/lib/memset_64.S")