/openbmc/telemetry/src/ |
H A D | report.hpp | 30 class Report : public interfaces::Report, public interfaces::MetricListener class 35 OnChangeContext(Report& report) : report(report) {} in OnChangeContext() 51 Report& report; 56 Report(boost::asio::io_context& ioc, 67 ~Report(); 69 Report(const Report&) = delete; 70 Report(Report&&) = delete; 71 Report& operator=(const Report&) = delete; 72 Report& operator=(Report&&) = delete; 93 Report& self); [all …]
|
H A D | report.cpp | 21 Report::Report(boost::asio::io_context& ioc, in Report() function in Report 110 Report::~Report() in ~Report() 125 void Report::activate() in activate() 135 void Report::deactivate() in deactivate() 146 uint64_t Report::getMetricCount( in getMetricCount() 157 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize() 171 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer() 181 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates() 191 Report::makeReportInterface(const interfaces::ReportFactory& reportFactory) in makeReportInterface() 369 void Report::timerProcForPeriodicReport(boost::system::error_code ec, in timerProcForPeriodicReport() [all …]
|
H A D | report_manager.hpp | 34 void removeReport(const interfaces::Report* report) override; 44 std::vector<std::unique_ptr<interfaces::Report>> reports; 51 interfaces::Report& addReport( 57 interfaces::Report&
|
H A D | report_manager.cpp | 86 void ReportManager::removeReport(const interfaces::Report* report) in removeReport() 131 interfaces::Report& ReportManager::addReport( in addReport() 146 interfaces::Report& ReportManager::addReport( in addReport() 181 if (version != Report::reportVersion) in loadFromPersistent()
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 27 Verify Basic Telemetry Report Creation 30 [Template] Create Basic Telemetry Report 32 …# Metric definition Metric ReportDefinition Type Report Actions Append Limit Expected… 42 Verify Error After Exceeding Maximum Report Creation 51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection 55 Create Basic Telemetry Report 62 Verify Basic Telemetry Report Creation For PCIE 66 Create Basic Telemetry Report 123 Create Basic Telemetry Report 160 # Report name is from random generated string with length 16 which [all …]
|
/openbmc/openbmc/poky/scripts/tiny/ |
H A D | ksize.py | 46 class Report: class 48 r = Report(filename, title) 54 oreport = Report(glob, str(path) + "/*.o") 62 r.parts.append(Report.create(f, path, str(path) + "/*/built-in.[o,a]")) 108 if not isinstance(that, Report): 115 if not isinstance(that, Report): 143 vmlinux = Report.create("vmlinux", "Linux Kernel", glob)
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Telemetry/Report' 8 '../../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', 23 'xyz/openbmc_project/Telemetry/Report',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ |
H A D | meson.build | 2 subdir('Report') subdir 11 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ], 12 output: [ 'Report.md' ], 19 'xyz/openbmc_project/Telemetry/Report',
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | HaskellReport | 1 Code derived from the document "Report on the Programming Language 6 …Report to belong to the entire Haskell community, and so we grant permission to copy and distribut…
|
/openbmc/telemetry/src/interfaces/ |
H A D | report.hpp | 10 class Report class 13 virtual ~Report() = default;
|
H A D | report_manager.hpp | 14 virtual void removeReport(const interfaces::Report* report) = 0;
|
H A D | report_factory.hpp | 38 virtual std::unique_ptr<interfaces::Report>
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 39 a HID Report Descriptor may specify that "in a report with ID 3 the 139 # 0x75, 0x01, // Report Size (1) 20 143 # 0x95, 0x03, // Report Count (3) 22 153 # 0x75, 0x05, // Report Size (5) 26 157 # 0x95, 0x01, // Report Count (1) 28 178 # 0x75, 0x08, // Report Size (8) 44 182 # 0x95, 0x03, // Report Count (3) 46 199 This Report Descriptor tells us that the mouse input will be 263 Collections, Report IDs and Evdev events 271 Different reports are identified by means of different *Report ID* [all …]
|
H A D | hid-alps.rst | 26 4 wReportDescLength 00B2 Report Descriptor is 178 Bytes (0x00B2) 27 6 wReportDescRegister 0002 Identifier to read Report Descriptor 28 8 wInputRegister 0003 Identifier to read Input Report 29 10 wMaxInputLength 0053 Input Report is 80 Bytes + 2 30 12 wOutputRegister 0000 Identifier to read Output Report 41 Report ID
|
H A D | hidraw.rst | 72 Get Report Descriptor Size 77 Get Report Descriptor 112 Send a Feature Report 122 Get a Feature Report 133 Send an Input Report 142 Get an Input Report 153 Send an Output Report 163 Get an Output Report
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 42 - Metric Report Definitions - defines how metric report shall be created (which 45 generated according to the Metric Report Definitions 111 Metric Report Definition resource for each sensor's metric. 115 Metric Report for the Redfish Telemetry Service. 142 | | HTTP response | +-+Create Report | | 144 | | Metric Report | Report D-Bus path <-+ | | 166 | | Report URI | | Sensor's Properties- | | 201 | | Report URI | | | | 223 | | Report URI | | | | 301 [`xyz.openbmc_project.Telemetry.Report`][9] interfaces. The [`Delete`][10] [all …]
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 109 Report-PDU 135 Report-PDU ::=
|
/openbmc/telemetry/tests/src/mocks/ |
H A D | report_manager_mock.hpp | 10 MOCK_METHOD(void, removeReport, (const interfaces::Report*), (override));
|
H A D | report_mock.hpp | 7 class ReportMock : public interfaces::Report
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/ |
H A D | cpld-version.service | 2 Description=Report CPLD Version
|
/openbmc/telemetry/ |
H A D | gcovr.cfg | 11 html-title = OpenBMC Telemetry Coverage Report
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | common_appendix.rst | 4 Report bugs to <linux-kernel@vger.kernel.org>
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | common_appendix.rst | 3 Report bugs to <linux-kernel@vger.kernel.org>
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/ |
H A D | gbs-cpld-ver-check.bb | 1 DESCRIPTION = "Report CPLD Version"
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 69 Record/Report sample physical addresses 72 Record/Report sample data address page size
|