mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
kernel: use "Kernel" instead of "Linux"
It's more clear about that a nebulous term like Linux.
This commit is contained in:
@ -67,7 +67,7 @@ G_DEFINE_TYPE_WITH_CODE (SpKernelSymbolResolver,
|
|||||||
static void
|
static void
|
||||||
sp_kernel_symbol_resolver_class_init (SpKernelSymbolResolverClass *klass)
|
sp_kernel_symbol_resolver_class_init (SpKernelSymbolResolverClass *klass)
|
||||||
{
|
{
|
||||||
linux_quark = g_quark_from_static_string ("Linux");
|
linux_quark = g_quark_from_static_string ("Kernel");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user