aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJames Clark <[email protected]>2023-01-10 11:07:34 +0000
committerSuzuki K Poulose <[email protected]>2023-01-16 10:10:18 +0000
commit3244fb6dbbf1ffc114cdf382cc167bdd8c18088a (patch)
tree7ed5d64d3b98b189e0e1060c05b9eb35fefb820b /tools/perf/scripts/python
parent589d928248b72f8377d45904a14bcf686aa8bbeb (diff)
coresight: cti: Prevent negative values of enable count
Writing 0 to the enable control repeatedly results in a negative value for enable_req_count. After this, writing 1 to the enable control appears to not work until the count returns to positive. Change it so that it's impossible for enable_req_count to be < 0. Return an error to indicate that the disable request was invalid. Fixes: 835d722ba10a ("coresight: cti: Initial CoreSight CTI Driver") Tested-by: Jinlong Mao <[email protected]> Signed-off-by: James Clark <[email protected]> Reviewed-by: Mike Leach <[email protected]> Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions