From: compudj Date: Tue, 8 Apr 2008 03:48:25 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~624 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=f36297ebe40a72dfbd178fba9a796a57793ea6f8;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@2865 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/markers-test/test-mark-speed-edit.c b/markers-test/test-mark-speed-edit.c index 7f6d0334..3c763e58 100644 --- a/markers-test/test-mark-speed-edit.c +++ b/markers-test/test-mark-speed-edit.c @@ -62,8 +62,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; +char temp0[8192]; int temp __cacheline_aligned = 10; -int temp2 __cacheline_aligned = 10; +char temp2[8192]; static inline void test(unsigned long arg, unsigned long arg2) { diff --git a/markers-test/test-mark-speed-empty.c b/markers-test/test-mark-speed-empty.c index 226ba9cd..296ba88c 100644 --- a/markers-test/test-mark-speed-empty.c +++ b/markers-test/test-mark-speed-empty.c @@ -52,8 +52,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; +char temp0[8192]; int temp __cacheline_aligned = 10; -int temp2 __cacheline_aligned = 10; +char temp2[8192]; static inline void test(unsigned long arg, unsigned long arg2) { diff --git a/markers-test/test-mark-speed-local.c b/markers-test/test-mark-speed-local.c index 71cd6b6f..de219ccb 100644 --- a/markers-test/test-mark-speed-local.c +++ b/markers-test/test-mark-speed-local.c @@ -61,8 +61,9 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; +char temp0[8192]; int temp __cacheline_aligned = 10; -int temp2 __cacheline_aligned = 10; +char temp2[8192]; static inline void test(unsigned long arg, unsigned long arg2) { diff --git a/markers-test/test-mark-speed-opt.c b/markers-test/test-mark-speed-opt.c index a541b51a..884d5554 100644 --- a/markers-test/test-mark-speed-opt.c +++ b/markers-test/test-mark-speed-opt.c @@ -51,8 +51,9 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; +char temp0[8192]; int temp __cacheline_aligned = 10; -int temp2 __cacheline_aligned = 10; +char temp2[8192]; static inline void test(unsigned long arg, unsigned long arg2) { diff --git a/markers-test/test-mark-speed.c b/markers-test/test-mark-speed.c index 2c585b60..dcea38e0 100644 --- a/markers-test/test-mark-speed.c +++ b/markers-test/test-mark-speed.c @@ -52,8 +52,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; +char temp0[8192]; int temp __cacheline_aligned = 10; -int temp2 __cacheline_aligned = 10; +char temp2[8192]; static inline void test(unsigned long arg, unsigned long arg2) {