Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc420 if (config.getUnsignedValue("collect_cpu_utilization")) { in annotate_encoded_perf_profile()
441 if (config.getUnsignedValue("collect_booting")) { in annotate_encoded_perf_profile()
444 if (config.getUnsignedValue("collect_camera_active")) { in annotate_encoded_perf_profile()
447 if (config.getUnsignedValue("collect_charging_state")) { in annotate_encoded_perf_profile()
678 unsigned maxLive = config.getUnsignedValue("max_unprocessed_profiles"); in post_process()
710 if (config.getUnsignedValue("collect_cpu_utilization")) { in collect_profile()
747 unsigned duration = config.getUnsignedValue("sample_duration"); in collect_profile()
748 unsigned hardwire = config.getUnsignedValue("hardwire_cpus"); in collect_profile()
749 unsigned max_duration = config.getUnsignedValue("hardwire_cpus_max_duration"); in collect_profile()
757 (config.getUnsignedValue("stack_profile") != 0 ? "-g" : nullptr); in collect_profile()
[all …]
Dconfigreader.h37 unsigned getUnsignedValue(const char *key) const;
Dconfigreader.cc158 unsigned ConfigReader::getUnsignedValue(const char *key) const in getUnsignedValue() function in ConfigReader
222 trace_config_read = (getUnsignedValue("trace_config_read") != 0); in parseLine()