| /openbmc/telemetry/src/ |
| H A D | report_manager.cpp | 32 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 D | trigger_manager.cpp | 38 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 D | color.py | 26 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 D | suppressions.tsan | 5 # TSan reports a double lock on RECURSIVE mutexes. 9 # TSan reports a race between pthread_mutex_init() and
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_trigger.cpp | 174 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 D | telemetry.md | 46 - 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 D | trigger.hpp | 218 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 D | shell.py | 278 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 D | trigger_params.hpp | 80 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 D | enum-bad-name.json | 2 # FIXME reports 'not\possible' instead of 'not\\possible'
|
| /openbmc/qemu/python/ |
| H A D | .gitignore | 19 # Coverage.py reports
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | sbsa.rst | 13 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 D | python3-pytest-html_4.1.1.bb | 1 DESCRIPTION = "pytest plugin for generating html reports from test results"
|
| H A D | python3-pytest-json-report_1.5.0.bb | 1 SUMMARY = "pytest-json-report is a plugin that creates test reports as JSON"
|
| H A D | python3-gcovr_8.3.bb | 1 DESCRIPTION = "generate GCC code coverage reports"
|
| /openbmc/u-boot/lib/dhry/ |
| H A D | Kconfig | 6 which runs this benchmark within U-Boot and reports the performance.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/smemstat/ |
| H A D | smemstat_0.02.13.bb | 1 SUMMARY = "smemstat reports the physical memory usage taking into consideration shared memory"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xkbutils_1.0.6.bb | 10 xkbwatch - reports changes in the XKB keyboard state \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dmidecode/ |
| H A D | dmidecode_3.6.bb | 3 DESCRIPTION = "Dmidecode reports information about your system's hardware as described in your syst…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/ |
| H A D | x11perf_1.6.1.bb | 6 and reports how fast an X server can execute the tests."
|
| /openbmc/openbmc-tools/pwmtachtool/ |
| H A D | README | 19 Please post your questions and bug reports to:
|
| /openbmc/u-boot/board/intel/galileo/ |
| H A D | Kconfig | 28 Override the default product name U-Boot reports in the SMBIOS
|
| /openbmc/openpower-inventory-upload/ |
| H A D | .gitignore | 37 # Unit test / coverage reports
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/ |
| H A D | pytest.ini | 7 # https://docs.pytest.org/en/latest/usage.html#creating-html-reports
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-unittest-automake-output/ |
| H A D | 0001-Update-__version__-to-match-the-tag-version.patch | 23 Tools to write automake-style test reports.
|