1# Copyright (c) 2024 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14domain: FFRT 15 16AI_KERN_POWER_UP_ERR: 17 __BASE: {type: FAULT, level: MINOR, desc: AI KERNEL ipu powerup fail or status invalid, preserve: true} 18 ERROR_LEVEL: {type: INT32, desc: error level} 19 IC_NAME: {type: STRING, desc: IC name} 20 MODULE_NAME: {type: STRING, desc: module name} 21 DESCRIPTION: {type: STRING, desc: description} 22 COUNT: {type: INT32, desc: report counts} 23 CONTENT: {type: STRING, desc: fault message} 24 DEVICE_NAME: {type: STRING, desc: device name} 25 RUNNING_TEST_SWITCH: {type: BOOL, desc: running_test_switch} 26 FAULT_PHENOMENON: {type: STRING, desc: fault_phenomenon} 27 NFF_THRESHOLD_MONTH: {type: INT32, desc: nff_threshold_month} 28 NFF_THRESHOLD_DAY: {type: INT32, desc: nff_threshold_day} 29 30AI_KERN_WTD_TIMEOUT_ERR: 31 __BASE: {type: FAULT, level: MINOR, desc: AI KERNEL ipu soft wtd timeout, preserve: true} 32 ERROR_LEVEL: {type: INT32, desc: error level} 33 IC_NAME: {type: STRING, desc: IC name} 34 MODULE_NAME: {type: STRING, desc: module name} 35 DESCRIPTION: {type: STRING, desc: description} 36 COUNT: {type: INT32, desc: report counts} 37 CONTENT: {type: STRING, desc: fault message} 38 DEVICE_NAME: {type: STRING, desc: device name} 39 RUNNING_TEST_SWITCH: {type: BOOL, desc: running_test_switch} 40 FAULT_PHENOMENON: {type: STRING, desc: fault_phenomenon} 41 NFF_THRESHOLD_MONTH: {type: INT32, desc: nff_threshold_month} 42 NFF_THRESHOLD_DAY: {type: INT32, desc: nff_threshold_day} 43 44TASK_TIMEOUT: 45 __BASE: {type: FAULT, level: CRITICAL, desc: task timeout, preserve: true} 46 SENARIO: {type: STRING, desc: senario} 47 PROCESS_NAME: {type: STRING, desc: process name} 48 MSG: {type: STRING, desc: message}