aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/coresight-pmu.h
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2017-08-02 10:22:01 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 16:05:48 +0200
commitb97971bee55dc45420e0fe352d0b4df6e74716d4 (patch)
treef6456a80d31402dafbee7905d17758f7304d805b /include/linux/coresight-pmu.h
parenthwtracing: coresight: constify attribute_group structures. (diff)
downloadlinux-dev-b97971bee55dc45420e0fe352d0b4df6e74716d4.tar.xz
linux-dev-b97971bee55dc45420e0fe352d0b4df6e74716d4.zip
coresight: pmu: Adds return stack option to perf coresight pmu
Return stack is a programmable option on some ETM and PTM hardware. Adds the option flags to enable this from the perf event command line. Signed-off-by: Mike Leach <mike.leach@linaro.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/coresight-pmu.h')
-rw-r--r--include/linux/coresight-pmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/coresight-pmu.h b/include/linux/coresight-pmu.h
index 7d410260661b..45852c2cd096 100644
--- a/include/linux/coresight-pmu.h
+++ b/include/linux/coresight-pmu.h
@@ -24,6 +24,7 @@
/* ETMv3.5/PTM's ETMCR config bit */
#define ETM_OPT_CYCACC 12
#define ETM_OPT_TS 28
+#define ETM_OPT_RETSTK 29
static inline int coresight_get_trace_id(int cpu)
{