mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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, "migration/") ||
|
||||||
g_str_has_prefix (str, "dmcrypt_write/") ||
|
g_str_has_prefix (str, "dmcrypt_write/") ||
|
||||||
g_str_has_prefix (str, "hwrng") ||
|
g_str_has_prefix (str, "hwrng") ||
|
||||||
|
g_str_has_prefix (str, "irq/") ||
|
||||||
g_str_has_prefix (str, "ksoftirqd/"))
|
g_str_has_prefix (str, "ksoftirqd/"))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user