Home
last modified time | relevance | path

Searched refs:Report (Results 1 – 25 of 144) sorted by relevance

123456

/openbmc/telemetry/src/
H A Dreport.hpp30 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 Dreport.cpp21 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()
421 void Report::scheduleTimerForOnChangeReport() in scheduleTimerForOnChangeReport()
431 void Report::updateReadings() in updateReadings()
475 bool Report::shouldStoreMetricValues() const in shouldStoreMetricValues()
481 bool Report::storeConfiguration() const in storeConfiguration()
542 void Report::metricUpdated() in metricUpdated()
[all …]
H A Dreport_manager.hpp34 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 Dreport_manager.cpp86 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml8 Create new object that represents Report with
9 xyz.openbmc_project.Telemetry.Report interface stored in path
16 Unique identifier of created Report object to be exposed over
23 User friendly name of created Report object.
25 type: enum[xyz.openbmc_project.Telemetry.Report.ReportingType]
28 listed in Report interface documentation.
30 type: enum[xyz.openbmc_project.Telemetry.Report.ReportUpdates]
33 listed in Report interface documentation.
42 as specified in Report interface documentation.
52 in description of ReadingParameters property from Report
[all …]
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py46 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/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot27 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/
H A Dmeson.build2 subdir('Report') subdir
5 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ],
6 output: [ 'Report.md' ],
13 'xyz/openbmc_project/Telemetry/Report',
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DHaskellReport1 Code derived from the document "Report on the Programming Language
6Report to belong to the entire Haskell community, and so we grant permission to copy and distribut…
/openbmc/telemetry/src/interfaces/
H A Dreport.hpp10 class Report class
13 virtual ~Report() = default;
H A Dreport_manager.hpp14 virtual void removeReport(const interfaces::Report* report) = 0;
H A Dreport_factory.hpp38 virtual std::unique_ptr<interfaces::Report>
/openbmc/linux/Documentation/hid/
H A Dhidintro.rst139 # 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
263 Collections, Report IDs and Evdev events
314 0x85, 0x03, // Report ID (3)
318 0x75, 0x08, // Report Size (8)
319 0x95, 0x02, // Report Count (2)
514 Report Descriptor Size: 52
[all …]
H A Dhid-alps.rst26 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 Dhidraw.rst72 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/
H A Dmeson.build4 input: [ '../../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ],
12 'xyz/openbmc_project/Telemetry/Report',
/openbmc/docs/designs/
H A Dtelemetry.md42 - 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.
144 | | Metric Report | Report D-Bus path <-+ | |
301 [`xyz.openbmc_project.Telemetry.Report`][9] interfaces. The [`Delete`][10]
302 interface is defined to add support for removing Report object, while the
303 [`Report`][9] interface implements methods and properties for Report management
574 "Name": "Sample Metric Report Definition",
606 "Name": "Sample Metric Report",
[all …]
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.asn1109 Report-PDU
135 Report-PDU ::=
/openbmc/telemetry/tests/src/mocks/
H A Dreport_manager_mock.hpp10 MOCK_METHOD(void, removeReport, (const interfaces::Report*), (override));
H A Dreport_mock.hpp7 class ReportMock : public interfaces::Report
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/
H A Dcpld-version.service2 Description=Report CPLD Version
/openbmc/telemetry/
H A Dgcovr.cfg11 html-title = OpenBMC Telemetry Coverage Report
/openbmc/linux/Documentation/tools/rv/
H A Dcommon_appendix.rst4 Report bugs to <linux-kernel@vger.kernel.org>
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_appendix.rst3 Report bugs to <linux-kernel@vger.kernel.org>
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/
H A Dgbs-cpld-ver-check.bb1 DESCRIPTION = "Report CPLD Version"

123456