diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-11-09 19:46:41 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-11-14 14:48:35 -0500 |
commit | 0a4e1ae6808a28a92573550603121b146b11312e (patch) | |
tree | a5c76536c56828bf7ecac3cb8e2877343b9b5217 /tools/perf/tests/tests.h | |
parent | 84e53ff77cb1e005f49966cd6789109d84acc9e2 (diff) |
perf tests: Move test__vmlinux_matches_kallsyms into separate object
Separating test__vmlinux_matches_kallsyms test from the builtin-test
into vmlinux-kallsyms object.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1352508412-16914-2-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h new file mode 100644 index 000000000000..2223de5ad299 --- /dev/null +++ b/tools/perf/tests/tests.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef TESTS_H | ||
2 | #define TESTS_H | ||
3 | |||
4 | int test__vmlinux_matches_kallsyms(void); | ||
5 | |||
6 | #endif /* TESTS_H */ | ||