Home
last modified time | relevance | path

Searched refs:sKillswitchStackSampling (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DConfigs.java75 private static boolean sKillswitchStackSampling; field in Configs
181 sKillswitchStackSampling = properties.getBoolean( in initializeStackSamplingConfigsIfNecessary()
286 sKillswitchStackSampling = properties.getBoolean( in maybeUpdateConfigs()
287 DeviceConfigHelper.KILLSWITCH_STACK_SAMPLING, sKillswitchStackSampling); in maybeUpdateConfigs()
388 if (sKillswitchStackSampling) { in generateConfigForRequest()