]> Git Repo - linux.git/blob - tools/perf/bench/Build
x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out
[linux.git] / tools / perf / bench / Build
1 perf-y += sched-messaging.o
2 perf-y += sched-pipe.o
3 perf-y += mem-functions.o
4 perf-y += futex-hash.o
5 perf-y += futex-wake.o
6 perf-y += futex-wake-parallel.o
7 perf-y += futex-requeue.o
8 perf-y += futex-lock-pi.o
9
10 perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-lib.o
11 perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o
12 perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
13
14 perf-$(CONFIG_NUMA) += numa.o
This page took 0.042983 seconds and 4 git commands to generate.