[sysprof] governor: default to not disabling governor



commit 53d3c0afc919f77a82f2a97ab249590951c82038
Author: Christian Hergert <chergert redhat com>
Date:   Wed Feb 24 11:58:40 2021 -0800

    governor: default to not disabling governor

 src/libsysprof/sysprof-governor-source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof/sysprof-governor-source.c b/src/libsysprof/sysprof-governor-source.c
index ad99365..794d1bf 100644
--- a/src/libsysprof/sysprof-governor-source.c
+++ b/src/libsysprof/sysprof-governor-source.c
@@ -116,7 +116,7 @@ sysprof_governor_source_class_init (SysprofGovernorSourceClass *klass)
 static void
 sysprof_governor_source_init (SysprofGovernorSource *self)
 {
-  self->disable_governor = TRUE;
+  self->disable_governor = FALSE;
 }
 
 SysprofSource *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]