update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:14:40 +0000 (05:14 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:14:40 +0000 (05:14 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2876 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 ebae25d26036f61ae95f0e5898a05daf7f0deeaa..f3a99837891a0aff968c53cae78c51b17e5b7610 100644 (file)
@@ -83,12 +83,9 @@ static void noinline test2(const struct marker *mdata,
        //asm volatile ("");
 struct proc_dir_entry *pentry = NULL;
 
-char temp0[8192];
-int temp[8192] __cacheline_aligned;
-char temp5[8192];
-
 static inline void test(unsigned long arg, unsigned long arg2)
 {
+       int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index a247cacb497c1be7e8368b239f0cf6f6e4cf959a..abeddabc98669dfeca99ff0fdf02c48e688e9fd4 100644 (file)
@@ -72,12 +72,9 @@ static void noinline test2(const struct marker *mdata,
        //asm volatile ("");
 struct proc_dir_entry *pentry = NULL;
 
-char temp0[8192];
-int temp[8192] __cacheline_aligned;
-char temp5[8192];
-
 static inline void test(unsigned long arg, unsigned long arg2)
 {
+       int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index 552afcea23f84c2e074db9c643b7faa27978392c..249ae5662c070ced8668b1a7b17c4f2e3c048399 100644 (file)
@@ -81,12 +81,9 @@ static void noinline test2(const struct marker *mdata,
 
 struct proc_dir_entry *pentry = NULL;
 
-char temp0[8192];
-int temp[8192] __cacheline_aligned;
-char temp5[8192];
-
 static inline void test(unsigned long arg, unsigned long arg2)
 {
+       int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index 231285d14cc17cbb306a1e8b7d478dbe9c149347..c47ea64a584e14342d9bfc74d772e1b70706acca 100644 (file)
@@ -71,12 +71,9 @@ static void noinline test2(const struct marker *mdata,
 
 struct proc_dir_entry *pentry = NULL;
 
-char temp0[8192];
-int temp[8192] __cacheline_aligned;
-char temp5[8192];
-
 static inline void test(unsigned long arg, unsigned long arg2)
 {
+       int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index bd798b8e3de39eda060cec129b48f0ff69aaa9aa..a4c2675bf0b283ba5bd5b888575915fb166e7764 100644 (file)
@@ -71,12 +71,9 @@ static void noinline test2(const struct marker *mdata,
        //asm volatile ("");
 struct proc_dir_entry *pentry = NULL;
 
-char temp0[8192];
-int temp[8192] __cacheline_aligned;
-char temp5[8192];
-
 static inline void test(unsigned long arg, unsigned long arg2)
 {
+       int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
This page took 0.025093 seconds and 4 git commands to generate.