Searched refs:getUnsignedValue (Results 1 – 3 of 3) sorted by relevance
435 if (config.getUnsignedValue("collect_cpu_utilization")) { in annotate_encoded_perf_profile()456 if (config.getUnsignedValue("collect_booting")) { in annotate_encoded_perf_profile()459 if (config.getUnsignedValue("collect_camera_active")) { in annotate_encoded_perf_profile()462 if (config.getUnsignedValue("collect_charging_state")) { in annotate_encoded_perf_profile()696 unsigned maxLive = config.getUnsignedValue("max_unprocessed_profiles"); in post_process()728 if (config.getUnsignedValue("collect_cpu_utilization")) { in collect_profile()765 unsigned duration = config.getUnsignedValue("sample_duration"); in collect_profile()766 unsigned hardwire = config.getUnsignedValue("hardwire_cpus"); in collect_profile()767 unsigned max_duration = config.getUnsignedValue("hardwire_cpus_max_duration"); in collect_profile()775 (config.getUnsignedValue("stack_profile") != 0 ? "-g" : nullptr); in collect_profile()[all …]
37 unsigned getUnsignedValue(const char *key) const;
159 unsigned ConfigReader::getUnsignedValue(const char *key) const in getUnsignedValue() function in ConfigReader223 trace_config_read = (getUnsignedValue("trace_config_read") != 0); in parseLine()