public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] perf test cs-etm: Add end-to-end tests for CoreSight decoding
@ 2022-05-23 14:49 German Gomez
  2022-05-23 14:49 ` [RFC PATCH 1/1] " German Gomez
  2022-05-23 20:04 ` [RFC PATCH 0/1] " Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 5+ messages in thread
From: German Gomez @ 2022-05-23 14:49 UTC (permalink / raw)
  To: linux-kernel, linux-perf-users, acme
  Cc: james.clark, leo.yan, German Gomez, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim

Hi

While discussing running more tests for CoreSight, we thought it might
be a good idea to upstream some EndToEnd tests for CoreSight decoding in
order to lock down the behaviour. I am sending this as RFC to get some
feedback from the community first.

The test relies on pre-geneated perf.data files that are downloaded
during the test. I'm not sure it's a good idea to commit those files to
the Linux repository, so they would have to live in an external source
and be downloaded during the test.

For this RFC, the files are stored in a Github repository [1]. As an
idea, I think we could store them in a new repo in the ARM-software
namespace. Any hosting suggestions are very welcome.

Thanks,
German

[1] https://github.com/ARM-software/data/tree/984cde8fb0bb22591e284826a80b338bb79c3655/perf/coresight

German Gomez (1):
  perf test cs-etm: Add end-to-end tests for CoreSight decoding

 tools/perf/tests/shell/lib/arm_auxtrace.sh    | 21 +++++++
 .../tests/shell/test_arm_coresight_decoder.sh | 57 +++++++++++++++++++
 2 files changed, 78 insertions(+)
 create mode 100644 tools/perf/tests/shell/lib/arm_auxtrace.sh
 create mode 100755 tools/perf/tests/shell/test_arm_coresight_decoder.sh

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-24 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-23 14:49 [RFC PATCH 0/1] perf test cs-etm: Add end-to-end tests for CoreSight decoding German Gomez
2022-05-23 14:49 ` [RFC PATCH 1/1] " German Gomez
2022-05-23 20:04 ` [RFC PATCH 0/1] " Arnaldo Carvalho de Melo
2022-05-23 21:29   ` Ian Rogers
2022-05-24 13:45     ` German Gomez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox