Searched refs:threshold_list (Results 1 – 2 of 2) sorted by relevance
83 explicit StatsByThreshold(ThresholdList<ValueType> threshold_list) in StatsByThreshold()84 : thresholds(threshold_list.thresholds), logging_name(threshold_list.logging_name) { in StatsByThreshold()88 int time_in_state_size = threshold_list.thresholds.size() + 1; in StatsByThreshold()
150 ThresholdList<int> threshold_list(logging_name, thresholds); in initializeSensorCdevRequestStats() local152 .stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorCdevRequestStats()165 for (const auto &threshold_list : request_stats_info.record_by_threshold.at(cdev)) { in initializeSensorCdevRequestStats() local168 if (threshold_list.thresholds.back() >= max_state) { in initializeSensorCdevRequestStats()171 << threshold_list.thresholds.back() << " >= " << max_state; in initializeSensorCdevRequestStats()176 .stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorCdevRequestStats()207 for (const auto &threshold_list : sensor_stats_info.record_by_threshold.at(sensor)) { in initializeSensorTempStats() local208 temp_stats_map_[sensor].stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorTempStats()