update lock
[lttv.git] / tests / kernel / Makefile
index c3b79bce0b9cd94337445a4d2ce40eb1cafc31e1..b928b684dea0c8806a605b102a020aa67cf11e80 100644 (file)
@@ -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)
This page took 0.023506 seconds and 4 git commands to generate.