Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot10 Test Setup Delete All Telemetry Reports
48 # Create maximum number of reports.
59 # Now delete the reports created.
60 Delete All Telemetry Reports
122 Delete All Telemetry Reports
200 Delete All Telemetry Reports
204 Delete All Telemetry Reports
205 [Documentation] Delete all existing telemetry reports.
/openbmc/phosphor-dbus-interfaces/yaml/com/ampere/Event/
H A DReportedSEL.events.yaml10 description: The source which reports error.
29 description: The source which reports warning.
48 description: The source which reports event.
/openbmc/telemetry/src/
H A Dreport_manager.cpp25 reports.reserve(maxReports); in ReportManager()
94 reports.erase( in removeReport()
95 std::remove_if(reports.begin(), reports.end(), in removeReport()
97 reports.end()); in removeReport()
108 if (reports.size() >= maxReports) in verifyAddReport()
161 reports, [](const auto& report) { return report->getId(); }); in addReport()
169 reports.emplace_back( in addReport()
173 return *reports.back(); in addReport()
H A Dreport_manager.hpp44 std::vector<std::unique_ptr<interfaces::Report>> reports; member in ReportManager
74 "/xyz/openbmc_project/Telemetry/Reports";
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml2 Implement to provide reports management. Contain information about report
10 /xyz/openbmc_project/Telemetry/Reports/{properties[Id]} where
63 /xyz/openbmc_project/Telemetry/Reports/{parameters[Id]}.
69 Contains the max number of metric reports supported by the Telemetry.
H A DTrigger.interface.yaml23 - name: Reports
68 Trigger will update reports. Reports that will be updated are
/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.cpp163 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
164 Eq(triggerParams.reports())); in TEST_F()
201 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newNames), in TEST_F()
204 getProperty<std::vector<object_path>>(sut->getPath(), "Reports"), in TEST_F()
219 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
225 const std::vector<object_path> newPropertyVal = triggerParams.reports(); in TEST_F()
232 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
246 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
254 object_path("/xyz/openbmc_project/Telemetry/Reports/P1/P2/MyReport")}; in TEST_F()
258 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
[all …]
/openbmc/openbmc-tools/pwmtachtool/
H A DREADME16 QUESTIONS AND BUG REPORTS
19 Please post your questions and bug reports to:
/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/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/telemetry/redfish-tests/
H A Dconftest.py31 print("Cleaning reports before test")
35 print("Cleaning reports after test")
/openbmc/telemetry/
H A Dmeson.options3 'max-reports',
7 description: 'Max number of Reports',
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp218 std::vector<sdbusplus::message::object_path> reports;
246 "/xyz/openbmc_project/Telemetry/Reports") / in getReportPathFromReportDefinitionUri()
532 ctx.reports.reserve(metricReportDefinitions.size()); in parseTriggerThresholds()
543 ctx.reports.emplace_back(*reportPath); in parseLinks()
795 nlohmann::json reports = nlohmann::json::array(); in getNumericThresholds()
803 BMCWEB_LOG_ERROR("Property Reports contains invalid value: {}", in getMetricReportDefinitions()
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 getMetricProperties()
846 discrete, "Sensors", sensors, "Reports", report in fillTrigger()
227 std::vector<sdbusplus::message::object_path> reports; global() member
804 nlohmann::json reports = nlohmann::json::array(); getMetricReportDefinitions() local
847 const std::vector<sdbusplus::message::object_path>* reports = nullptr; fillTrigger() local
[all...]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dshell.py269 self._parser.add_argument("reports", nargs='*')
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/obmc-ikvm/
H A Dikvm_input.hpp15 * @brief Receives events from RFB clients and sends reports to the USB input
126 /* @brief Mutex for sending keyboard reports */
128 /* @brief Mutex for sending pointer reports */
/openbmc/openbmc/poky/meta/conf/
H A Dcve-check-map.conf13 # do not use directly: automatic scan reports version number NOT in the vulnerable range (set autom…
20 # do not use directly: automatic scan reports version number IS in the vulnerable range (set automa…
/openbmc/phosphor-pid-control/test/
H A Dutil_unittest.cpp36 // Verify it reports unknown by default. in TEST()
82 // Verify it reports unknown by default. in TEST()
/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
289 /xyz/openbmc_project/Telemetry/Reports
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% |
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dpsp-sev.h185 * @mask_chip_id: whether chip id is present in attestation reports or not
186 * @mask_chip_key: whether attestation reports are signed or not
213 * @mask_chip_id: whether chip id is present in attestation reports or not
214 * @mask_chip_key: whether attestation reports are signed or not
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DUnicode-DFS-20153reports/, and http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF online code…
H A DUnicode-DFS-20163 …r the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unic…
7 …r the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unic…
/openbmc/qemu/tests/qapi-schema/
H A Denum-bad-name.json2 # FIXME reports 'not\possible' instead of 'not\\possible'
/openbmc/qemu/include/block/
H A Dblock-copy.h95 * cancelled. So, the call may be cancelled (block_copy_call_cancelled() reports
96 * true) but not yet finished (block_copy_call_finished() reports false).
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache103 # will go to the driver, which will return a result that reports the
108 # Note that once the cache reports the whole image to contain data, any
115 # Now let's see whether the cache reports everything as data, or

12345678910>>...15