更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
trace_tlv.h 文件参考

浏览源代码.

结构体

struct  TraceMsgTlvHead
 TLV协议 消息头 https://blog.csdn.net/Shallwen_Deng/article/details/88930288 更多...
 
struct  TraceMsgTlvBody
 TLV协议 消息体 更多...
 
struct  TlvTable
 TLV表,主要用于TLV的解码阶段 更多...
 

函数

UINT32 OsTraceDataEncode (UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen)
 Encode trace raw data. 更多...