diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2021-09-17 16:33:46 +0300 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2021-10-30 06:46:38 +0300 |
commit | 80b2bdde002c521284ce472a849784f599626276 (patch) | |
tree | c24e6104b031adec4d7fa23e60843310bc2e10f2 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 10dcc2d66292f9f7d0851447da5c2450760b91e6 (diff) | |
download | linux-80b2bdde002c521284ce472a849784f599626276.tar.xz |
mailbox: pcc: Refactor all PCC channel information into a structure
Currently all the PCC channel specific information are stored/maintained
in global individual arrays for each of those information. It is not
scalable and not clean if we have to stash more channel specific
information. Couple of reasons to stash more information are to extend
the support to Type 3/4 PCCT subspace and also to avoid accessing the
PCCT table entries themselves each time we need the information.
This patch moves all those PCC channel specific information into a
separate structure pcc_chan_info.
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions