From: compudj Date: Tue, 8 Apr 2008 02:36:15 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~629 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=5af2b862d956e70857e8c7f69b3b1469819ea340;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@2860 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/markers-test/test-mark-speed-edit.c b/markers-test/test-mark-speed-edit.c index de020094..d292e0a6 100644 --- a/markers-test/test-mark-speed-edit.c +++ b/markers-test/test-mark-speed-edit.c @@ -63,6 +63,7 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; int temp __cacheline_aligned = 10; +int temp2 __cacheline_aligned = 10; 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 8eb329bb..5a461c47 100644 --- a/markers-test/test-mark-speed-empty.c +++ b/markers-test/test-mark-speed-empty.c @@ -53,6 +53,7 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; int temp __cacheline_aligned = 10; +int temp2 __cacheline_aligned = 10; 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 8ba5bf1a..604e1231 100644 --- a/markers-test/test-mark-speed-local.c +++ b/markers-test/test-mark-speed-local.c @@ -62,6 +62,7 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; int temp __cacheline_aligned = 10; +int temp2 __cacheline_aligned = 10; 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 1c93f1fd..d36d18bc 100644 --- a/markers-test/test-mark-speed-opt.c +++ b/markers-test/test-mark-speed-opt.c @@ -52,6 +52,7 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; int temp __cacheline_aligned = 10; +int temp2 __cacheline_aligned = 10; 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 0abbbe46..7509f3ce 100644 --- a/markers-test/test-mark-speed.c +++ b/markers-test/test-mark-speed.c @@ -53,6 +53,7 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; int temp __cacheline_aligned = 10; +int temp2 __cacheline_aligned = 10; static inline void test(unsigned long arg, unsigned long arg2) {