From: tip-bot for Kim Phillips <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: jolsa@redhat.com, mingo@kernel.org, linux-kernel@vger.kernel.org,
peterz@infradead.org, hpa@zytor.com, acme@redhat.com,
tglx@linutronix.de, alexander.shishkin@linux.intel.com,
namhyung@kernel.org, kim.phillips@arm.com,
brianrob@microsoft.com
Subject: [tip:perf/urgent] perf tests: Run dwarf unwind test on arm32
Date: Sun, 15 Apr 2018 23:42:05 -0700 [thread overview]
Message-ID: <tip-af72cfb80af5e4cafd8e0b58ac54f222c913aa1b@git.kernel.org> (raw)
In-Reply-To: <20180410191624.a3a468670dd4548c66d3d094@arm.com>
Commit-ID: af72cfb80af5e4cafd8e0b58ac54f222c913aa1b
Gitweb: https://git.kernel.org/tip/af72cfb80af5e4cafd8e0b58ac54f222c913aa1b
Author: Kim Phillips <kim.phillips@arm.com>
AuthorDate: Tue, 10 Apr 2018 19:16:24 -0500
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 12 Apr 2018 09:30:37 -0300
perf tests: Run dwarf unwind test on arm32
Enable the unwind test on arm32:
$ perf test unwind
58: DWARF unwind : Ok
Signed-off-by: Kim Phillips <kim.phillips@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Brian Robbins <brianrob@microsoft.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180410191624.a3a468670dd4548c66d3d094@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/arch/{arm64 => arm}/include/arch-tests.h | 0
tools/perf/arch/arm/tests/Build | 2 ++
tools/perf/arch/{arm64 => arm}/tests/arch-tests.c | 0
3 files changed, 2 insertions(+)
diff --git a/tools/perf/arch/arm64/include/arch-tests.h b/tools/perf/arch/arm/include/arch-tests.h
similarity index 100%
copy from tools/perf/arch/arm64/include/arch-tests.h
copy to tools/perf/arch/arm/include/arch-tests.h
diff --git a/tools/perf/arch/arm/tests/Build b/tools/perf/arch/arm/tests/Build
index b30eff9bcc83..883c57ff0c08 100644
--- a/tools/perf/arch/arm/tests/Build
+++ b/tools/perf/arch/arm/tests/Build
@@ -1,2 +1,4 @@
libperf-y += regs_load.o
libperf-y += dwarf-unwind.o
+
+libperf-y += arch-tests.o
diff --git a/tools/perf/arch/arm64/tests/arch-tests.c b/tools/perf/arch/arm/tests/arch-tests.c
similarity index 100%
copy from tools/perf/arch/arm64/tests/arch-tests.c
copy to tools/perf/arch/arm/tests/arch-tests.c
prev parent reply other threads:[~2018-04-16 6:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-11 0:16 [PATCH] perf tests: run " Kim Phillips
2018-04-16 6:42 ` tip-bot for Kim Phillips [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-af72cfb80af5e4cafd8e0b58ac54f222c913aa1b@git.kernel.org \
--to=tipbot@zytor.com \
--cc=acme@redhat.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=brianrob@microsoft.com \
--cc=hpa@zytor.com \
--cc=jolsa@redhat.com \
--cc=kim.phillips@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome