commit | df770ff0586a494fabe68ffbe2898d7df5666663 | [log] [tgz] |
---|---|---|
author | Mike Leach <mike.leach@linaro.org> | Wed Aug 02 10:22:19 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 17:35:43 2017 +0200 |
tree | 4ad7e71b3ba91349f08111a3c2bb431d0277fd47 | |
parent | 4da69f49e73e3c79f079de62ea940cabbbf15ae7 [diff] |
perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file The value passed into the perf.data file for the CONFIGR register in ETMv4 was incorrectly being set to the command line options/ETMv3 value. Adds bit definitions and function to remap this value to the correct ETMv4 CONFIGR bit values for all selected options. Signed-off-by: Mike Leach <mike.leach@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>