mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: ignore irq/ kernel tasks
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user