Re: [PATCH v5] perf test: Introduce script for Arm CoreSight testing

2020-09-07 Thread Leo Yan
Hi Mathieu, On Fri, Sep 04, 2020 at 03:33:32PM -0600, Mathieu Poirier wrote: [...] > > diff --git a/tools/perf/tests/shell/test_arm_coresight.sh > > b/tools/perf/tests/shell/test_arm_coresight.sh > > new file mode 100755 > > index ..8696bb5df45a > > --- /dev/null > > +++

Re: [PATCH v5] perf test: Introduce script for Arm CoreSight testing

2020-09-04 Thread Mathieu Poirier
Hi Leo, On Tue, Aug 18, 2020 at 01:49:27PM +0800, Leo Yan wrote: > We need a simple method to test Perf with Arm CoreSight drivers, this > could be used for smoke testing when new patch is coming for perf or > CoreSight drivers, and we also can use the test to confirm if the > CoreSight has been

Re: [PATCH v5] perf test: Introduce script for Arm CoreSight testing

2020-09-01 Thread Leo Yan
Hi Mathieu, On Tue, Aug 18, 2020 at 01:49:27PM +0800, Leo Yan wrote: > We need a simple method to test Perf with Arm CoreSight drivers, this > could be used for smoke testing when new patch is coming for perf or > CoreSight drivers, and we also can use the test to confirm if the > CoreSight has

[PATCH v5] perf test: Introduce script for Arm CoreSight testing

2020-08-17 Thread Leo Yan
We need a simple method to test Perf with Arm CoreSight drivers, this could be used for smoke testing when new patch is coming for perf or CoreSight drivers, and we also can use the test to confirm if the CoreSight has been enabled successfully on new platforms. This patch introduces the shell