Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/telemetry/src/
H A Dreport_manager.cpp32 reports.reserve(maxReports); in ReportManager()
106 reports.erase( in removeReport()
107 std::remove_if(reports.begin(), reports.end(), in removeReport()
109 reports.end()); in removeReport()
120 if (reports.size() >= maxReports) in verifyAddReport()
173 reports, [](const auto& report) { return report->getId(); }); in addReport()
181 reports.emplace_back( in addReport()
185 return *reports.back(); in addReport()
H A Dtrigger_manager.cpp38 const std::vector<sdbusplus::message::object_path>& reports, in TriggerManager()
60 reports, [](const auto& item) { in TriggerManager()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcolor.py26 def reports(self): member in ProgressWatcher
72 self.assertEqual(self._progress_watcher.reports(), expected)
85 self.assertListEqual(self._progress_watcher.reports(), expected)
95 self.assertListEqual(self._progress_watcher.reports(), expected)
/openbmc/qemu/tests/tsan/
H A Dsuppressions.tsan5 # TSan reports a double lock on RECURSIVE mutexes.
9 # TSan reports a race between pthread_mutex_init() and
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp174 sut->getPath(), TelemetryTrigger::property_names::reports), in TEST_F()
175 Eq(triggerParams.reports())); in TEST_F()
219 TelemetryTrigger::property_names::reports, in TEST_F()
223 sut->getPath(), TelemetryTrigger::property_names::reports), in TEST_F()
239 TelemetryTrigger::property_names::reports, in TEST_F()
246 const std::vector<object_path> newPropertyVal = triggerParams.reports(); in TEST_F()
254 TelemetryTrigger::property_names::reports, in TEST_F()
270 TelemetryTrigger::property_names::reports, in TEST_F()
284 TelemetryTrigger::property_names::reports, in TEST_F()
299 TelemetryTrigger::property_names::reports, in TEST_F()
[all …]
/openbmc/docs/designs/
H A Dtelemetry.md46 - Metric Reports - contains actual metric reports containing telemetry data
268 metric reports. All operations on metric reports shall be done in the Telemetry
299 reports supported simultaneously.
310 periodically updated reports).
531 reports over D-Bus for the Telemetry Service. Each D-Bus sensor is mapped to
672 only. All reports was created with
674 workload. In the configuration with 50 reports and 50 sensors it is about 200
675 new readings per second, generating 200 reading reports per second. The table
683 | Idle (0 reports, 0 sensors) | 5188 B | 1% | 0% |
685 | 2 reports, 1 sensor | 5188 B | 1% | 1% |
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp218 std::vector<sdbusplus::message::object_path> reports; member
532 ctx.reports.reserve(metricReportDefinitions.size()); in parseLinks()
543 ctx.reports.emplace_back(*reportPath); in parseLinks()
795 nlohmann::json reports = nlohmann::json::array(); in getMetricReportDefinitions() local
813 reports.emplace_back(std::move(report)); in getMetricReportDefinitions()
816 return {std::move(reports)}; in getMetricReportDefinitions()
838 const std::vector<sdbusplus::message::object_path>* reports = nullptr; in fillTrigger() local
846 discrete, "Sensors", sensors, "Reports", reports, "TriggerActions", in fillTrigger()
868 if (reports != nullptr) in fillTrigger()
871 getMetricReportDefinitions(*reports); in fillTrigger()
[all …]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dshell.py278 if len(args.reports) == 0:
289 reports = []
290 for report in args.reports:
291 reports.append(Report.from_json_file(report))
293 plot = Plot(reports,
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp80 const std::vector<object_path>& reports() const in reports() function in TriggerParams
85 TriggerParams& reports(std::vector<object_path> val) in reports() function in TriggerParams
/openbmc/qemu/tests/qapi-schema/
H A Denum-bad-name.json2 # FIXME reports 'not\possible' instead of 'not\\possible'
/openbmc/qemu/python/
H A D.gitignore19 # Coverage.py reports
/openbmc/qemu/docs/system/arm/
H A Dsbsa.rst13 specification defines how the firmware reports that to any operating system.
36 ``sbsa-ref`` is a static system that reports a very minimal devicetree to the
58 The devicetree reports:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-html_4.1.1.bb1 DESCRIPTION = "pytest plugin for generating html reports from test results"
H A Dpython3-pytest-json-report_1.5.0.bb1 SUMMARY = "pytest-json-report is a plugin that creates test reports as JSON"
H A Dpython3-gcovr_8.3.bb1 DESCRIPTION = "generate GCC code coverage reports"
/openbmc/u-boot/lib/dhry/
H A DKconfig6 which runs this benchmark within U-Boot and reports the performance.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/smemstat/
H A Dsmemstat_0.02.13.bb1 SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxkbutils_1.0.6.bb10 xkbwatch - reports changes in the XKB keyboard state \
/openbmc/openbmc/poky/meta/recipes-devtools/dmidecode/
H A Ddmidecode_3.6.bb3 DESCRIPTION = "Dmidecode reports information about your system's hardware as described in your syst…
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dx11perf_1.6.1.bb6 and reports how fast an X server can execute the tests."
/openbmc/openbmc-tools/pwmtachtool/
H A DREADME19 Please post your questions and bug reports to:
/openbmc/u-boot/board/intel/galileo/
H A DKconfig28 Override the default product name U-Boot reports in the SMBIOS
/openbmc/openpower-inventory-upload/
H A D.gitignore37 # Unit test / coverage reports
/openbmc/openbmc/poky/bitbake/lib/toaster/
H A Dpytest.ini7 # https://docs.pytest.org/en/latest/usage.html#creating-html-reports
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-unittest-automake-output/
H A D0001-Update-__version__-to-match-the-tag-version.patch23 Tools to write automake-style test reports.

123456