update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 7 Apr 2008 22:46:47 +0000 (22:46 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 7 Apr 2008 22:46:47 +0000 (22:46 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2853 04897980-b3bd-0310-b5e0-8ef037075253

markers-test/test-mark-speed-edit.c
markers-test/test-mark-speed-empty.c
markers-test/test-mark-speed-local.c
markers-test/test-mark-speed-opt.c
markers-test/test-mark-speed.c

index da876b1d2115022cfa909d8a74204442b69e4986..fd37c7735ef2dab90c1a2a6eea3dfcb597e360dc 100644 (file)
@@ -63,7 +63,6 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 volatile int temp = 10;
-volatile int temp2 = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
@@ -71,7 +70,7 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = temp * 100 + 60;
-       temp2 = temp << 10;
+       temp = temp << 10;
        //asm volatile ("");
        //__my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        test2(NULL, NULL, 2, current->pid, arg, arg2);
index 00b9208140d57972a144396e0c007f71bc8566f4..20bcc621af0dfbcaf62a35bff192edd15fbbea39 100644 (file)
@@ -53,7 +53,6 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 volatile int temp = 10;
-volatile int temp2 = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
@@ -61,7 +60,7 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = temp * 100 + 60;
-       temp2 = temp << 10;
+       temp = temp << 10;
        asm volatile ("");
        //__my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        //__my_trace_mark(0, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
index 76c219b12e59e55f2a9f539d89bc02fcb8f2296d..9393f0ffc2321b3e1c5ec21af79b9ab7d9ba7ff6 100644 (file)
@@ -63,7 +63,6 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 volatile int temp = 10;
-volatile int temp2 = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
@@ -71,7 +70,7 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = temp * 100 + 60;
-       temp2 = temp << 10;
+       temp = temp << 10;
        //asm volatile ("");
        //__my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        test2(NULL, NULL, 2, 10, arg, arg2);
index 9e674aaca6bfc3b065588c5a1e6523a013ddd6d7..1800dea7d75b215dd04b81e1ba9ad96aecb4c63e 100644 (file)
@@ -53,7 +53,6 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 volatile int temp = 10;
-volatile int temp2 = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
@@ -61,7 +60,7 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = temp * 100 + 60;
-       temp2 = temp << 10;
+       temp = temp << 10;
        //asm volatile ("");
        //__my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        __my_trace_mark(0, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
index ab55af31eaaf7ec47147daead6d064c5ef533a9c..bec60164a81919bbe79da1a66f2bd03529fd4b41 100644 (file)
@@ -53,7 +53,6 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 volatile int temp = 10;
-volatile int temp2 = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
@@ -61,7 +60,7 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = temp * 100 + 60;
-       temp2 = temp << 10;
+       temp = temp << 10;
        //asm volatile ("");
        __my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        //__my_trace_mark(0, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
This page took 0.026019 seconds and 4 git commands to generate.