Home
last modified time | relevance | path

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

1234567

/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()
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 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/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/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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/
H A Dmeson.build3 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 Dmeson.build2 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 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.rst39 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 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/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.
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 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"
/openbmc/linux/tools/perf/Documentation/
H A Dperf-mem.txt69 Record/Report sample physical addresses
72 Record/Report sample data address page size

1234567