Home | History | Annotate | Download | only in perfprofd

Lines Matching defs:getBoolValue

185 bool ConfigReader::getBoolValue(const char *key) const
344 config->only_debug_build = getBoolValue("only_debug_build");
346 config->hardwire_cpus = getBoolValue("hardwire_cpus");
351 config->stack_profile = getBoolValue("stack_profile");
353 config->trace_config_read = getBoolValue("trace_config_read");
355 config->collect_cpu_utilization = getBoolValue("collect_cpu_utilization");
356 config->collect_charging_state = getBoolValue("collect_charging_state");
357 config->collect_booting = getBoolValue("collect_booting");
358 config->collect_camera_active = getBoolValue("collect_camera_active");
361 config->use_elf_symbolizer = getBoolValue("use_elf_symbolizer");
362 config->compress = getBoolValue("compress");
363 config->send_to_dropbox = getBoolValue("dropbox");