soc: qcom: Add support to read APSS subsystem stats from smem

The trustzone will write stats into smem. Add support to read the same
from smem and output to debugfs.

Change-Id: I7bf102a43f1a7ae41c0eeb6e8031c38e72fcef64
Signed-off-by: Tushar Nimkar <tnimkar@codeaurora.org>
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
This commit is contained in:
Tushar Nimkar 2021-03-31 10:33:56 +05:30 committed by Gerrit - the friendly Code Review server
parent 6269abd251
commit 1e17780a45

View File

@ -51,6 +51,7 @@ static const struct subsystem_data subsystems[] = {
{ "display", 610, 0 },
{ "adsp_island", 613, 2 },
{ "slpi_island", 613, 3 },
{ "apss", 631, QCOM_SMEM_HOST_ANY },
};
struct stats_config {