summaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.c
diff options
context:
space:
mode:
authortor-jeremiassen <tor@ti.com>2016-02-09 10:34:51 -0600
committerMathieu Poirier <mathieu.poirier@linaro.org>2016-06-20 11:16:05 -0600
commit1265cc36fba27539b82603a6950488ee1c8da70e (patch)
tree57e891ba022ecb464e72b345e053234505a90440 /tools/perf/util/auxtrace.c
parent56139d02e29f968d349571850e832da942ff516b (diff)
perf tools: decoding capailitity for CoreSight traces
Added user space perf functionality for CoreSight trace decoding.
Diffstat (limited to 'tools/perf/util/auxtrace.c')
-rw-r--r--tools/perf/util/auxtrace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/auxtrace.c b/tools/perf/util/auxtrace.c
index a6f291dbc4d9..67551225764e 100644
--- a/tools/perf/util/auxtrace.c
+++ b/tools/perf/util/auxtrace.c
@@ -49,6 +49,7 @@
#include "intel-pt.h"
#include "intel-bts.h"
+#include "cs-etm.h"
int auxtrace_mmap__mmap(struct auxtrace_mmap *mm,
struct auxtrace_mmap_params *mp,
@@ -893,6 +894,7 @@ int perf_event__process_auxtrace_info(struct perf_tool *tool __maybe_unused,
case PERF_AUXTRACE_INTEL_BTS:
return intel_bts_process_auxtrace_info(event, session);
case PERF_AUXTRACE_CS_ETM:
+ return cs_etm__process_auxtrace_info(event, session);
case PERF_AUXTRACE_UNKNOWN:
default:
return -EINVAL;