Skip to content

Commit 60ded27

Browse files
ktrzcinxbroonie
authored andcommitted
ipc: debug: Add shared memory heap to memory scan
Newly added shared heap zones should be taken into account during memory usage scanning. Reviewed-by: Kai Vehmanen <[email protected]> Reviewed-by: Liam Girdwood <[email protected]> Signed-off-by: Karol Trzcinski <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 182b682 commit 60ded27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/sound/sof/debug.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ enum sof_ipc_dbg_mem_zone {
1919
SOF_IPC_MEM_ZONE_SYS_RUNTIME = 1, /**< System-runtime zone */
2020
SOF_IPC_MEM_ZONE_RUNTIME = 2, /**< Runtime zone */
2121
SOF_IPC_MEM_ZONE_BUFFER = 3, /**< Buffer zone */
22+
SOF_IPC_MEM_ZONE_RUNTIME_SHARED = 4, /**< System runtime zone */
23+
SOF_IPC_MEM_ZONE_SYS_SHARED = 5, /**< System shared zone */
2224
};
2325

2426
/** ABI3.18 */

0 commit comments

Comments
 (0)