Home
last modified time | relevance | path

Searched full:report (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/openbmc/phosphor-power/power-sequencer/
H A Dmihawk-cpld.cpp63 // and report the error log event. in onFailure()
72 report<ErrorCode1>(); in onFailure()
75 report<ErrorCode2>(); in onFailure()
78 report<ErrorCode3>(); in onFailure()
81 report<ErrorCode4>(); in onFailure()
84 report<ErrorCode5>(); in onFailure()
87 report<ErrorCode6>(); in onFailure()
90 report<ErrorCode7>(); in onFailure()
93 report<ErrorCode8>(); in onFailure()
96 report<ErrorCode9>(); in onFailure()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml2 Implement to provide reports management. Contain information about report
3 limitations and allows to add report.
8 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.
[all …]
H A DReport.interface.yaml2 Implement this interface to provide report inspection features. An
4 xyz.openbmc_project.Object.Delete for deletion of individual report objects.
9 The Update method is defined for the on demand metric report update.
32 Defines if the report configuration is stored in non volatile memory.
33 Configuration contains all Report properties excluding Readings.
77 Indicates if readings in report will be updated. This may be set to
84 Defines the name of reading report to be exposed over D-Bus.
95 Array of paths to Trigger objects associated with this report.
144 AppendLimit then stop till report update.
162 report creation. The reading timestamp in Readings property
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMetricReportDefinition.v1_4_7.json65 …ing metric value instances, the `Timestamp` property value in the metric report specifies the end …
66 …ing metric value instances, the `Timestamp` property value in the metric report specifies the poin…
67 …ing metric value instances, the `Timestamp` property value in the metric report specifies the end …
70 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
71 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
72 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
102 …"description": "The triggers that cause this metric report definition to generate a new metric rep…
106 …y shall contain a set of triggers that cause this metric report to generate a new metric report up…
119 …ude in the metric report. Calculation parameters, if present, are applied to the metrics prior to…
120report. The algorithm specified by `CollectionFunction`, if present, shall be applied to each of …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMetricReportDefinition.v1_4_7.json65 …ing metric value instances, the `Timestamp` property value in the metric report specifies the end …
66 …ing metric value instances, the `Timestamp` property value in the metric report specifies the poin…
67 …ing metric value instances, the `Timestamp` property value in the metric report specifies the end …
70 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
71 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
72 …ing metric value instances, the `Timestamp` property value in the metric report shall specify the …
102 …"description": "The triggers that cause this metric report definition to generate a new metric rep…
106 …y shall contain a set of triggers that cause this metric report to generate a new metric report up…
119 …ude in the metric report. Calculation parameters, if present, are applied to the metrics prior to…
120report. The algorithm specified by `CollectionFunction`, if present, shall be applied to each of …
[all …]
/openbmc/telemetry/src/
H A Dreport.hpp7 #include "interfaces/report.hpp"
30 class Report : public interfaces::Report, public interfaces::MetricListener class
35 OnChangeContext(Report& report) : report(report) {} in OnChangeContext() argument
41 report.updateReadings(); in ~OnChangeContext()
51 Report& report; member in Report::OnChangeContext
56 Report(boost::asio::io_context& ioc,
67 ~Report();
69 Report(const Report&) = delete;
70 Report(Report&&) = delete;
71 Report& operator=(const Report&) = delete;
[all …]
H A Dreport_manager.hpp4 #include "interfaces/report.hpp"
8 #include "report.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& addReport(
75 static constexpr std::string_view reportNameDefault = "Report";
78 "Default report name cannot be empty.");
H A Dreport.cpp1 #include "report.hpp"
21 Report::Report( in Report() function in Report
109 Report::~Report() in ~Report()
124 void Report::activate() in activate()
134 void Report::deactivate() in deactivate()
145 uint64_t Report::getMetricCount( in getMetricCount()
156 uint64_t Report::deduceBufferSize(const ReportUpdates reportUpdatesIn, in deduceBufferSize()
170 void Report::setReadingBuffer(const ReportUpdates newReportUpdates) in setReadingBuffer()
180 void Report::setReportUpdates(const ReportUpdates newReportUpdates) in setReportUpdates()
189 std::unique_ptr<sdbusplus::asio::dbus_interface> Report::makeReportInterface( in makeReportInterface()
[all …]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dplot.py83 def _find_start_time(self, report): argument
84 startqemu = report._qemu_timings._records[0]._timestamp
85 startguest = report._guest_timings._records[0]._timestamp
91 def _get_guest_max_value(self, report): argument
93 for record in report._guest_timings._records:
98 def _get_qemu_max_value(self, report): argument
102 for record in report._qemu_timings._records:
118 def _get_total_guest_cpu_graph(self, report, starttime): argument
123 for record in report._guest_timings._records:
124 while ((progress_idx + 1) < len(report._progress_history) and
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-error-report.c14 #include "qemu/error-report.h"
30 test-error-report: test error*\ in test_error_report_simple()
31 test-error-report: warning: test warn*\ in test_error_report_simple()
32 test-error-report: info: test info*\ in test_error_report_simple()
50 test-error-report:some-file.c:7717: test error1*\ in test_error_report_loc()
51 test-error-report: test error2*\ in test_error_report_loc()
65 g_test_trap_assert_stderr("test-error-report: info: gmessage*"); in test_error_report_glog()
84 test-error-report: warning: warn*\ in test_error_report_once()
85 test-error-report: err*\ in test_error_report_once()
102 *-*-*:*:* test-error-report: warning: warn*\ in test_error_report_timestamp()
[all …]
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot27 Verify Basic Telemetry Report Creation
28 [Documentation] Verify basic telemetry report creations for different metrics.
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
43 [Documentation] Verify error while creating telemetry report more than max report limit.
51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection
54 # Attempt another report creation and it should fail.
55 Create Basic Telemetry Report
62 Verify Basic Telemetry Report Creation For PCIE
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/
H A Drun-libc-ptests12 # report(e.g. src/api/REPORT) first. After all tests finish, it generates the
13 # consolidated report file src/REPORT.
14 report="/opt/libc-test/src/REPORT"
15 if ! [ -f "${report}" ]; then
16 echo "${report} not found!"
20 elif grep -q '^FAIL src.*\.exe.*' "${report}"; then
23 grep '^FAIL src.*\.exe.*' "${report}" \
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Dbandit.bbclass5 # Writes the report to $DEPLOY_DIR/bandit/python-foo.html.
13 # The report format to use.
32 report = d.expand("${DEPLOY_DIR}/bandit/${PN}-${PV}.${BANDIT_FORMAT}")
33 os.makedirs(os.path.dirname(report), exist_ok=True)
37 "--output", report,
41 bb.note("Bandit found no issues (report written to %s)" % report)
45 bb.error("Bandit found issues (report written to %s)" % report)
47 bb.warn("Bandit found issues (report written to %s)" % report)
62 # TODO: store report in sstate
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py166 Get an mtr report and return it as a dictionary of dictionaries.
170 report.
174 report:
175 report[host_dummy-dnsname.com]:
176 report[host_dummy-dnsname.com][row_num]: 1
177 report[host_dummy-dnsname.com][host]: host_dummy-dnsname.com
178 report[host_dummy-dnsname.com][loss]: 0.0
179 report[host_dummy-dnsname.com][snt]: 10
180 report[host_dummy-dnsname.com][last]: 0.2
181 report[host_dummy-dnsname.com][avg]: 3.5
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp30 const FilePath fileName = FilePath("report/1/file.txt");
59 sut.store(FilePath("report/domain-1/name-1/conf-1.json"), in TEST_F()
61 sut.store(FilePath("report/domain-1/name-2/conf-1.json"), in TEST_F()
63 sut.store(FilePath("report/domain-1/name-2/conf-2.json"), in TEST_F()
65 sut.store(FilePath("report/domain-2/name-1/conf-1.json"), in TEST_F()
70 UnorderedElementsAre(FilePath("report/domain-1/name-1/conf-1.json"), in TEST_F()
71 FilePath("report/domain-1/name-2/conf-1.json"), in TEST_F()
72 FilePath("report/domain-1/name-2/conf-2.json"), in TEST_F()
73 FilePath("report/domain-2/name-1/conf-1.json"))); in TEST_F()
78 sut.store(FilePath("report/domain-1/name-1/conf-1.json"), in TEST_F()
[all …]
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve.py9 from test_gdbstub import main, report
18 report(True, "info registers")
21 report(True, "info registers vector")
28 report(True, "Reading %s" % rname)
32 report(True, "%s" % cmd)
36 report(str(v.type) == "uint128_t", "size of %s" % (reg))
40 report(True, "%s" % cmd)
44 report(str(v.type) == "uint64_t", "size of %s" % (reg))
45 report(int(v) == MAGIC, "%s is 0x%x" % (reg, MAGIC))
/openbmc/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-svc.py6 from test_gdbstub import main, report
11 report("lghi\t" in gdb.execute("x/i $pc", False, True), "insn #1")
13 report("larl\t" in gdb.execute("x/i $pc", False, True), "insn #2")
15 report("lgrl\t" in gdb.execute("x/i $pc", False, True), "insn #3")
17 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #4")
19 report("xgr\t" in gdb.execute("x/i $pc", False, True), "insn #5")
21 report("svc\t" in gdb.execute("x/i $pc", False, True), "insn #6")
H A Dtest-signals-s390x.py10 from test_gdbstub import main, report
25 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1")
26 report(stg.hit_count == 4, "stg.hit_count == 4")
27 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
33 report(status == 0, "status == 0")
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DMetricReportDefinition_v1.xml45 …MetricReportDefinition` schema describes set of metrics that are collected into a metric report."/>
46 …rce shall specify a set of metrics that shall be collected into a metric report in a Redfish imple…
55 …OData.Description" String="Any writable properties can be updated for metric report definitions."/>
61 … <Annotation Term="OData.Description" String="Metric report definitions can be deleted."/>
79 … <Annotation Term="OData.Description" String="Specifies when the metric report is generated."/>
80 …ata.LongDescription" String="This property shall specify when the metric report is generated. If …
83 … <Annotation Term="OData.Description" String="The schedule for generating the metric report."/>
84report. The metric report shall be generated at an interval specified by the `RecurrenceInterval`…
88 …erm="OData.Description" String="The set of actions to perform when a metric report is generated."/>
89 …his property shall contain the set of actions to perform when the metric report is generated. Thi…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DMetricReportDefinition_v1.xml45 …MetricReportDefinition` schema describes set of metrics that are collected into a metric report."/>
46 …rce shall specify a set of metrics that shall be collected into a metric report in a Redfish imple…
55 …OData.Description" String="Any writable properties can be updated for metric report definitions."/>
61 … <Annotation Term="OData.Description" String="Metric report definitions can be deleted."/>
79 … <Annotation Term="OData.Description" String="Specifies when the metric report is generated."/>
80 …ata.LongDescription" String="This property shall specify when the metric report is generated. If …
83 … <Annotation Term="OData.Description" String="The schedule for generating the metric report."/>
84report. The metric report shall be generated at an interval specified by the `RecurrenceInterval`…
88 …erm="OData.Description" String="The set of actions to perform when a metric report is generated."/>
89 …his property shall contain the set of actions to perform when the metric report is generated. Thi…
[all …]
/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c32 static void gen_one_cpu_report(CPUCount *count, GString *report, in gen_one_cpu_report() argument
36 g_string_append_printf(report, "CPU%d: " in gen_one_cpu_report()
45 g_autoptr(GString) report = g_string_new(""); in plugin_exit()
49 gen_one_cpu_report(count, report, i); in plugin_exit()
51 g_string_append_printf(report, "Total: " in plugin_exit()
55 qemu_plugin_outs(report->str); in plugin_exit()
62 g_autoptr(GString) report = g_string_new(""); in vcpu_idle()
63 gen_one_cpu_report(count, report, cpu_index); in vcpu_idle()
65 if (report->len > 0) { in vcpu_idle()
66 g_string_prepend(report, "Idling "); in vcpu_idle()
[all …]
/openbmc/docs/designs/
H A Dtelemetry.md26 with metrics report and trigger management. This service is described later in
44 - Metric Report Definitions - defines how metric report shall be created (which
47 generated according to the Metric Report Definitions
77 | | | | Metric | | Metric | |Metric report| | | | Redfish | | | |
86 | | | +--------> report <---------+ | | | | |
98 [Redfish Telemetry Model][1]. Metric report definitions uses Redfish sensors
99 URIs for metric report creation. Those sensors are also used to get URI->D-Bus
113 Metric Report Definition resource for each sensor's metric.
115 Telemetry service supports creating and managing metric report, which may
116 contain single or multiple metrics from sensors. This metric report is mapped to
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Derror-reporting-tool.rst19 report or send an email to the mailing list.
30 inheriting the :ref:`ref-classes-report-error` class by adding the
34 INHERIT += "report-error"
37 ``${``\ :term:`LOG_DIR`\ ``}/error-report``.
50 …$ send-error-report /home/brandusa/project/poky/build/tmp/log/error-report/error_report_2014031416…
58 $ send-error-report --help
76 INHERIT += "report-error"
82 the code from the Git repository at :yocto_git:`/error-report-web/`.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dzoned38 echo "(1) report the first zone:"
41 echo "report the first 10 zones"
44 echo "report the last zone:"
50 echo "report after:"
55 echo "report after:"
60 echo "report after:"
66 echo "report after:"
71 echo "report after:"
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py11 from test_gdbstub import main, report
21 We check for any duplicate registers and report them. Return a
58 report(False, f"duplicate register {entry} vs {reg_map[name]}")
64 report(total_regs == len(reg_map.keys()),
116 report(False, f"{r_name} not in XML description")
122 report(False, f"{r_name} {r_regnum} == {x_regnum} (xml)")
126 report(total_regs == total_r_regs + total_r_elided_regs,
161 report(False, f"failed to read reg: {name}")
167 through all the registers we know about and report which ones have
189 report(False, f"failed to read {name} at end of run")
[all …]

12345678910>>...52