Home
last modified time | relevance | path

Searched defs:readings (Results 1 – 21 of 21) sorted by relevance

/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp11 double calculate(const std::vector<ReadingItem>& readings, in calculate()
21 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
33 double calculate(const std::vector<ReadingItem>& readings, in calculate()
43 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
55 double calculate(const std::vector<ReadingItem>& readings, in calculate()
78 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
96 double calculate(const std::vector<ReadingItem>& readings, in calculate()
119 calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
H A Dcollection_data.cpp94 std::vector<ReadingItem> readings; member in metrics::DataInterval
123 std::vector<ReadingItem> readings; member in metrics::DataStartup
/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp49 MetricParams& readings(std::vector<std::pair<Milliseconds, double>> value) in readings() function in MetricParams
55 const std::vector<std::pair<Milliseconds, double>>& readings() const in readings() function in MetricParams
H A Dreport_params.hpp112 ReportParams& readings(Readings val) in readings() function in ReportParams
118 Readings readings() const in readings() function in ReportParams
/openbmc/telemetry/src/types/
H A Dreadings.cpp10 LabeledReadings toLabeledReadings(const Readings& readings) in toLabeledReadings()
/openbmc/telemetry/src/
H A Dmetric.hpp36 std::vector<MetricValue> readings; member in Metric
H A Dreport_manager.cpp164 const bool enabled, Readings readings) in addReport()
214 Readings readings = {}; in loadFromPersistent() local
H A Dreport.hpp124 Readings readings = {}; member in Report
/openbmc/telemetry/tests/src/helpers/
H A Dreport_params_helpers.hpp20 inline void PrintTo(const Readings& readings, std::ostream* os) in PrintTo()
/openbmc/telemetry/tests/src/
H A Dtest_metric.cpp356 const auto readings = sut->getUpdatedReadings(); in TEST_P() local
375 const auto readings = sut->getUpdatedReadings(); in TEST_P() local
H A Dtest_report.cpp86 std::vector<MetricValue> readings{ in initMetricMocks() local
926 auto readings() in readings() function in TestReportWithReportUpdatesAndLimit
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report.hpp26 inline nlohmann::json toMetricValues(const Readings& readings) in toMetricValues()
H A Dmanagers.hpp1122 std::vector<double> readings; in createPidInterface() local
/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c102 struct bpf_perf_event_value___local readings[MAX_NUM_MATRICS]; in BPF_PROG() local
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp791 std::vector<nlohmann::json> readings = data.value(type, empty); in read() local
1117 std::vector<nlohmann::json> readings = config.value(type, empty); in read() local
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsensors.c198 struct scmi_sensor_reading_resp readings[]; member
210 struct scmi_sensor_reading_resp readings[]; member
903 struct scmi_sensor_reading *readings) in scmi_sensor_reading_get_timestamped()
/openbmc/linux/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c291 struct scmi_sensor_reading readings[SCMI_IIO_NUM_OF_AXIS]; in scmi_iio_read_channel_data() local
/openbmc/google-ipmi-sys/
H A Dhandler.cpp419 std::vector<Json> readings = config.value(type, empty); in readNameFromConfig() local
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp1081 std::vector<double> readings = in init() local
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp1288 const telemetry::TimestampReadings* readings = in getReadingsForReport() local
/openbmc/linux/include/linux/
H A Dscmi_protocol.h964 struct scmi_sensor_reading readings[]; member