aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/arch/x86/Build
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2015-10-05 15:40:19 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-10-05 16:55:38 -0300
commit31b6753f95320260b160935d0e9c0b29f096ab57 (patch)
treee5e388b26be17aab71c912664b24e7fdb69ceeef /tools/perf/arch/x86/Build
parentperf tools: Handle -h and -v options (diff)
downloadwireguard-linux-31b6753f95320260b160935d0e9c0b29f096ab57.tar.xz
wireguard-linux-31b6753f95320260b160935d0e9c0b29f096ab57.zip
perf tests: Add arch tests
Tests that only make sense for some architectures currently live in the same place as the generic tests. Move out the x86-specific tests into tools/perf/arch/x86/tests and define an 'arch_tests' array, which is the list of tests that only apply to the build architecture. The main idea is to encourage developers to add arch tests to build out perf's test coverage, without dumping everything in tools/perf/tests. Signed-off-by: Matt Fleming <matt.fleming@intel.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Kanaka Juvva <kanaka.d.juvva@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Vikas Shivappa <vikas.shivappa@intel.com> Cc: Vince Weaver <vince@deater.net> Link: http://lkml.kernel.org/n/tip-p4uc1c15ssbj8xj7ku5slpa6@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/arch/x86/Build')
-rw-r--r--tools/perf/arch/x86/Build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/arch/x86/Build b/tools/perf/arch/x86/Build
index 41bf61da476a..db52fa22d3a1 100644
--- a/tools/perf/arch/x86/Build
+++ b/tools/perf/arch/x86/Build
@@ -1,2 +1,2 @@
libperf-y += util/
-libperf-$(CONFIG_DWARF_UNWIND) += tests/
+libperf-y += tests/