diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-10-06 13:57:10 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-10-06 15:33:14 -0400 |
commit | 0c1fe6b2f30fa275d939071293b6e28771283f6d (patch) | |
tree | ebb758186c877498940002396fd39916bc831da1 /tools/perf/builtin-test.c | |
parent | 6e92349d5a814a3f633a43d9d6bd3b199ef3ad72 (diff) |
perf tools: Have the page size value available for all tools
Its such a common need that we might as well have a global with that
value.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-mwfqji9f17k5j81l1404dk3q@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-test.c')
-rw-r--r-- | tools/perf/builtin-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c index 484f26cc0c00..e2d9872de3d7 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c | |||
@@ -35,7 +35,6 @@ static int test__vmlinux_matches_kallsyms(void) | |||
35 | struct map *kallsyms_map, *vmlinux_map; | 35 | struct map *kallsyms_map, *vmlinux_map; |
36 | struct machine kallsyms, vmlinux; | 36 | struct machine kallsyms, vmlinux; |
37 | enum map_type type = MAP__FUNCTION; | 37 | enum map_type type = MAP__FUNCTION; |
38 | long page_size = sysconf(_SC_PAGE_SIZE); | ||
39 | struct ref_reloc_sym ref_reloc_sym = { .name = "_stext", }; | 38 | struct ref_reloc_sym ref_reloc_sym = { .name = "_stext", }; |
40 | 39 | ||
41 | /* | 40 | /* |
@@ -1007,7 +1006,6 @@ static void segfault_handler(int sig __maybe_unused, | |||
1007 | 1006 | ||
1008 | static int __test__rdpmc(void) | 1007 | static int __test__rdpmc(void) |
1009 | { | 1008 | { |
1010 | long page_size = sysconf(_SC_PAGE_SIZE); | ||
1011 | volatile int tmp = 0; | 1009 | volatile int tmp = 0; |
1012 | u64 i, loops = 1000; | 1010 | u64 i, loops = 1000; |
1013 | int n; | 1011 | int n; |