X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=tests%2Fkernel%2FMakefile;h=b928b684dea0c8806a605b102a020aa67cf11e80;hb=c3a5e413b7f0aa9c4ff79d872d7ceca21ddb9737;hp=c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1;hpb=0bdf8e980b73c9cf21a75da882f521958abff5ae;p=lttv.git diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index c3b79bce..b928b684 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -8,13 +8,24 @@ ifneq ($(CONFIG_LTT),) # obj-m += test-instrument-size-big.o # obj-m += test-printk-effect.o endif - obj-m += test-cmpxchg.o - obj-m += test-cmpxchg-nolock.o - obj-m += test-spinlock.o - obj-m += test-inc.o - obj-m += test-inc-nolock.o - obj-m += test-kmalloc.o - obj-m += test-irqdis.o +# obj-m += test-cmpxchg.o +# obj-m += test-cmpxchg-nolock.o +# obj-m += test-spinlock.o +# obj-m += test-inc.o +# obj-m += test-inc-nolock.o +# obj-m += test-kmalloc.o +# obj-m += test-irqdis.o +# obj-m += test-int3.o + #obj-m += test-kprobes.o + #obj-m += test-printk.o + #obj-m += test-debugfs.o + obj-m += test-mark.o + obj-m += probe.o + #obj-m += marker-loader.o + #obj-m += test-linuxtrace.o + + CFLAGS_test-mark-instrumented.o += -DFORCE_MARK_JUMP_INLINE + CFLAGS_test-mark.o += -funroll-all-loops else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)