mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
6269abd251
commit
1e17780a45
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user