summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm-decoder/Build
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2018-01-17 10:52:13 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2018-01-25 06:37:25 -0300
commit68ffe39028982d08bf382700642ed46cc0539e1b (patch)
treebcdead7d29ba70f6055fe9e3658044d3e3592c00 /tools/perf/util/cs-etm-decoder/Build
parentcd8bfd8c973eaff8e15260cf1f02e2b84c9b1cb9 (diff)
downloadtalos-op-linux-68ffe39028982d08bf382700642ed46cc0539e1b.tar.gz
talos-op-linux-68ffe39028982d08bf382700642ed46cc0539e1b.zip
perf tools: Add decoder mechanic to support dumping trace data
This patch adds the required interface to the openCSD library to support dumping CoreSight trace packet using the "report --dump" command. The information conveyed is related to the type of packets gathered by a trace session rather than full decoding. Co-authored-by: Tor Jeremiassen <tor@ti.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Kim Phillips <kim.phillips@arm.com> Cc: Mike Leach <mike.leach@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Suzuki Poulouse <suzuki.poulose@arm.com> Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1516211539-5166-5-git-send-email-mathieu.poirier@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/cs-etm-decoder/Build')
-rw-r--r--tools/perf/util/cs-etm-decoder/Build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/cs-etm-decoder/Build b/tools/perf/util/cs-etm-decoder/Build
new file mode 100644
index 000000000000..bc22c39c727f
--- /dev/null
+++ b/tools/perf/util/cs-etm-decoder/Build
@@ -0,0 +1 @@
+libperf-$(CONFIG_AUXTRACE) += cs-etm-decoder.o
OpenPOWER on IntegriCloud