update script
[lttv.git] / tests / kernel / Makefile
index bd2ddc49f9c8d76a8fd2c81632969bc052e0c41c..3cba56ad6be88d58ac58628c1f7e8b3fa9307f1e 100644 (file)
@@ -1,22 +1,32 @@
 ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_LTT),)
-#      obj-m += ltt-facility-loader-tests.o
+       obj-m += ltt-facility-loader-tests.o
 #      obj-m += test-time-probe.o 
-#      obj-m += test-time-probe2.o 
+       obj-m += test-time-probe2.o 
 #      obj-m += test-instrument-size-small.o
 #      obj-m += test-instrument-size-med.o
 #      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-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-kprobes.o
+       #obj-m += test-printk.o
+       #obj-m += test-debugfs.o
+       obj-m += test-mark.o
+       obj-m += probe.o
+       obj-m += test-irqloop.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.022844 seconds and 4 git commands to generate.