android_system_core/libcutils/include/cutils
Alex Naidis 2d998ea99b libcutils: Clarify schedboost_enabled()
Commit 795267d4c7 ("Removed cpusets/schedboost build time dependency.")
turned the cpusets and schedtune options into runtime
decisions.

However the kernel option which is mentioned in the
code comment (CONFIG_SCHEDTUNE) is very misleading
as it doesn't exist (CONFIG_SCHED_TUNE does exist)
and it doesn't describe the real functionality of
the method. schedboost_enabled() will still return
false if CONFIG_SCHED_TUNE is set in the kernel but
CONFIG_CGROUP_SCHEDTUNE is not.

So to clarify this, we need to change the comment
to reflect that CONFIG_CGROUP_SCHEDTUNE, which depends
on CONFIG_SCHED_TUNE, is required.

Signed-off-by: Alex Naidis <alex.naidis@linux.com>
2017-06-16 21:30:49 +00:00
..
android_get_control_file.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
android_reboot.h remove emergency shutdown and improve init's reboot logic 2017-03-22 11:23:31 -07:00
ashmem.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
atomic.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
bitops.h Remove unused cruft from <cutils/bitops.h>. 2017-04-29 10:22:40 -07:00
compiler.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
config_utils.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
fs.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
hashmap.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
iosched_policy.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
jstring.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
klog.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
list.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
log.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
memory.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
misc.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
multiuser.h Allocate a GID range for external cache files. 2017-04-17 14:50:27 -06:00
native_handle.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
open_memstream.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
partition_utils.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
properties.h cutils: Add clang FORTIFY support 2017-02-09 20:18:19 +01:00
qtaguid.h Update qtaguid tag/untag documentation. 2017-03-17 17:48:52 +00:00
record_stream.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
sched_policy.h libcutils: Clarify schedboost_enabled() 2017-06-16 21:30:49 +00:00
sockets.h adb: don't try to resolve 'localhost' 2017-04-12 16:07:49 -07:00
str_parms.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
threads.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
trace.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
uevent.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00