test kernel tsc
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 21 Dec 2006 19:52:54 +0000 (19:52 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 21 Dec 2006 19:52:54 +0000 (19:52 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2321 04897980-b3bd-0310-b5e0-8ef037075253

tests/kernel/Makefile
tests/kernel/ltt-facility-loader-tests.c
tests/kernel/test-cmpxchg-nolock.c
tests/kernel/test-cmpxchg.c
tests/kernel/test-irqloop.c
tests/kernel/test-spinlock.c

index 3cba56ad6be88d58ac58628c1f7e8b3fa9307f1e..076614691b799ff35406d531549a8d36f0312779 100644 (file)
@@ -8,8 +8,11 @@ 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-debugfs.o
+       obj-m += test-hotplug.o
+       obj-m += rdtsc-smp.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
@@ -19,9 +22,9 @@ endif
        #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 += test-mark.o
+#      obj-m += probe.o
+#      obj-m += test-irqloop.o
        #obj-m += marker-loader.o
        #obj-m += test-linuxtrace.o
 
index 218d623a207162f9d539c6c48d9631dad7a1ffac..e384af5c544d5747ff6e142878ec93386e5375b6 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/ltt-facilities.h>
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/config.h>
 #include "ltt-facility-loader-tests.h"
 
 
index 16711e5fc272368f71eecc81b19dd8577075d5d7..3a6cc8cdd2029e4c32ef000d79ef31dea3da5120 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/compiler.h>
 #include <linux/init.h>
index ea5120d3af1f3898578d75ac18394afacba9da30..58264a934999e0803df4a2379b4c398b03f6e139 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/compiler.h>
 #include <linux/init.h>
index 38a6680c17c6edab380d593ff1a55f0531d9a454..968800a1e653941dac443d3bb167cdd5dc761ab3 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/compiler.h>
 #include <linux/init.h>
index 42d4bdb318e868eb09fc5a2b3ed950b7fa617cd2..70ae9b48185f7321e233191098c24c8068e8bef8 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/compiler.h>
 #include <linux/init.h>
This page took 0.026827 seconds and 4 git commands to generate.