diff options
author | Robin Murphy <robin.murphy@arm.com> | 2024-12-11 22:04:58 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-12-19 18:33:42 +0300 |
commit | e49ecdf79a6009433b8a4aff827eab3d43b61ea5 (patch) | |
tree | b88b50567f55dc954093793cee10ee783c31950b /tools/perf/scripts/python/gecko.py | |
parent | b34d605d120f09303cf8d9e25ad3e17a4997c3a1 (diff) | |
download | linux-e49ecdf79a6009433b8a4aff827eab3d43b61ea5.tar.xz |
perf/arm-cmn: Permit more exhaustive groups
The group validation logic still somewhat assumes the original CMN-600
case of events counting globally, such that if one tries to group 9
events where the first 8 target a single DTC domain, the 9th will be
rejected because *a* DTC domain is full, even though it might only
target other non-overlapping domains and thus still be schedulable.
Improve matters by only counting the DTCs that the new event actually
needs (as arm_cmn_val_add_event() was already clever enough to do).
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Reviewed-and-tested-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
Link: https://lore.kernel.org/r/bdfd1e58dac449e407c5cacfd6bf8577dc0a5899.1733943898.git.robin.murphy@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions