diff mbox series

klog.json: Add some missing apmt kernel messages to klog database

Message ID 20231006091454.7683-1-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add some missing apmt kernel messages to klog database | expand

Commit Message

Ivan Hu Oct. 6, 2023, 9:14 a.m. UTC
These messages are specific to the ACPI apmt driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 data/klog.json | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index a2847c09..2ff1915b 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -603,6 +603,27 @@ 
    "advice": "An ACPI thermal zone control has been updated and an ACPI thermal zone has been disabled",
    "label": "KlogAcpiThermalZoneDisabled",
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "APMT could not register gsi hwirq",
+   "advice": "The ACPI Arm Performance Monitoring Unit table (APMT) driver could not register a Global System Interrupt (GSI) handler.",
+   "label": "KlogAcpiApmtGsiHandlerRegFailed",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Failed to get APMT table",
+   "advice": "The ACPI Arm Performance Monitoring Unit table (APMT) driver failed to get APMT table, the table was not found.",
+   "label": "KlogAcpiApmtGetTableFail",
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "Failed to initialize APMT platform devices",
+   "advice": "The ACPI Arm Performance Monitoring Unit table (APMT) driver failed to ini the platform devices and connot add platform device.",
+   "label": "KlogAcpiApmtFail",
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_HIGH",