更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
TraceEventFrame::CoreStatus结构体 参考

#include <los_trace.h>

成员变量

UINT32 cpuid: 8
 
UINT32 hwiActive: 4
 
UINT32 taskLockCnt: 4
 
UINT32 paramCount: 4
 
UINT32 reserves: 12
 

详细描述

在文件 los_trace.h262 行定义.

结构体成员变量说明

◆ cpuid

UINT32 TraceEventFrame::CoreStatus::cpuid

cpuid | CPU 核 ID

在文件 los_trace.h263 行定义.

◆ hwiActive

UINT32 TraceEventFrame::CoreStatus::hwiActive

whether is in hwi response | 是否在等硬中断回应

在文件 los_trace.h264 行定义.

◆ paramCount

UINT32 TraceEventFrame::CoreStatus::paramCount

event frame params' number |

在文件 los_trace.h266 行定义.

◆ reserves

UINT32 TraceEventFrame::CoreStatus::reserves

reserves

在文件 los_trace.h267 行定义.

◆ taskLockCnt

UINT32 TraceEventFrame::CoreStatus::taskLockCnt

task lock count | 等锁任务数量

在文件 los_trace.h265 行定义.


该结构体的文档由以下文件生成: