WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
PerfEventConfig结构体 参考

#include <los_perf.h>

成员变量

UINT32 type
 
struct { 
 
   UINT32   eventId 
 
   UINT32   period 
 
events [7] 
 
UINT32 eventsNr
 
BOOL predivided
 

详细描述

perf configuration sub event information

This structure is used to config specific events attributes.

结构体成员变量说明

◆ eventId

UINT32 PerfEventConfig::eventId

the specific event corresponds to the PerfEventType

◆ [struct]

struct { ... } PerfEventConfig::events[ 7 ]

perf event list

◆ eventsNr

UINT32 PerfEventConfig::eventsNr

total perf event number

◆ period

UINT32 PerfEventConfig::period

event period, for every "period"th occurrence of the event a sample will be recorded

◆ predivided

BOOL PerfEventConfig::predivided

whether to prescaler (once every 64 counts), which only take effect on cpu cycle hardware event

◆ type

UINT32 PerfEventConfig::type

enum PerfEventType


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