]> asedeno.scripts.mit.edu Git - linux.git/commit
coresight: etm4x: Fix issues with start-stop logic.
authorMike Leach <mike.leach@linaro.org>
Mon, 4 Nov 2019 18:12:44 +0000 (11:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2019 20:57:54 +0000 (21:57 +0100)
commit1b6b0e087fc7c63ebaf9f78c69c7fdecb5fa8cd0
treee35099526b09fad04d859108e3c86ca8df302e01
parent75198a7d4c0c3ee75f81ee2dbe908d9082ab4206
coresight: etm4x: Fix issues with start-stop logic.

Fixes the following issues when using the ETMv4 start-stop logic.

1) Setting a start or a stop address should not automatically set the
start-stop status to 'on'. The value set by the user in 'mode' must
be respected or start instances could be missed.
2) Missing API for controlling TRCVIPCSSCTLR - start stop control by
PE comparators.
3) Default ETM configuration sets a trace all range, and correctly sets
the start-stop status bit. This was not being correctly reflected in
the 'mode' parameter.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20191104181251.26732-8-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etm4x-sysfs.c
drivers/hwtracing/coresight/coresight-etm4x.c