Linux.proc: Add debug msg when task has no mm member.

This commit is contained in:
Eve
2023-03-30 08:57:43 +01:00
parent 90b9157dcf
commit 8d47f89edd
@@ -90,6 +90,10 @@ class Maps(plugins.PluginInterface):
vollog.debug(
f"Excluded vma at offset {vma.vol.offset:#x} for pid {task.pid} due to filter_func"
)
else:
vollog.debug(
f"Excluded pid {task.pid} as there is no mm member. It is likely a kernel thread."
)
@classmethod
def vma_dump(