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

#include <perf_pmu_pri.h>

成员变量

Pmu pmu
 
union {
   struct {
      BOOL   enable
 
   } 
 
   struct {
      struct hrtimer   hrtimer
 
      union ktime   time
 
      union ktime   cfgTime
 
   } 
 
}; 
 

详细描述

在文件 perf_pmu_pri.h61 行定义.

结构体成员变量说明

◆ 

union { ... } SwPmu::@10

◆ cfgTime

union ktime SwPmu::cfgTime

在文件 perf_pmu_pri.h71 行定义.

◆ enable

BOOL SwPmu::enable

在文件 perf_pmu_pri.h65 行定义.

◆ hrtimer

struct hrtimer SwPmu::hrtimer

在文件 perf_pmu_pri.h69 行定义.

◆ pmu

Pmu SwPmu::pmu

在文件 perf_pmu_pri.h62 行定义.

◆ time

union ktime SwPmu::time

在文件 perf_pmu_pri.h70 行定义.


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