Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 10 | perf-y += epoll-wait.o |
| 11 | perf-y += epoll-ctl.o |
| 12 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 13 | perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-lib.o |
| 14 | perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o |
| 15 | perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o |
| 16 | |
| 17 | perf-$(CONFIG_NUMA) += numa.o |