aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vdso64
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2016-06-20 14:08:32 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-06-28 09:32:39 +0200
commit907fa061cc24f7092db4fcb7938b9cb6ea7dd15e (patch)
treebb1e172354bb805359f98358e0ba4fc573dd5ac6 /arch/s390/kernel/vdso64
parents390/cpumf: use basic block for ecctr inline assembly (diff)
downloadlinux-dev-907fa061cc24f7092db4fcb7938b9cb6ea7dd15e.tar.xz
linux-dev-907fa061cc24f7092db4fcb7938b9cb6ea7dd15e.zip
s390: enable kcov support
Now that hopefully all inline assemblies have been converted to single basic blocks we can enable kcov on s390. Note that this patch does not disable as many files on s390 like the x86 variant does. Right now I didn't see a reason to do that, however additional files or directories can be excluded at any time. The runtime overhead seems to be quite high. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/vdso64')
-rw-r--r--arch/s390/kernel/vdso64/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/kernel/vdso64/Makefile b/arch/s390/kernel/vdso64/Makefile
index 058659c1b8cf..0b0fd22c869a 100644
--- a/arch/s390/kernel/vdso64/Makefile
+++ b/arch/s390/kernel/vdso64/Makefile
@@ -1,5 +1,7 @@
# List of files in the vdso, has to be asm only for now
+KCOV_INSTRUMENT := n
+
obj-vdso64 = gettimeofday.o clock_getres.o clock_gettime.o note.o getcpu.o
# Build rules