libsysprof: ignore irq/ kernel tasks

This commit is contained in:
Christian Hergert
2023-08-28 20:47:58 -07:00
parent cd64b81cc8
commit 7d17e29f39

View File

@ -159,6 +159,7 @@ sniff_maybe_kernel_process (const char *str)
g_str_has_prefix (str, "migration/") ||
g_str_has_prefix (str, "dmcrypt_write/") ||
g_str_has_prefix (str, "hwrng") ||
g_str_has_prefix (str, "irq/") ||
g_str_has_prefix (str, "ksoftirqd/"))
return TRUE;