1# HiAppEvent_AppEventGroup 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @liujiaxing2024--> 6<!--Designer: @junjie_shi--> 7<!--Tester: @gcw_KuLfPSbe--> 8<!--Adviser: @foryourself--> 9 10## 概述 11 12一组事件信息,包含事件组的名称,按名称分组的单个事件信息数组,事件数组的长度。 13 14**起始版本:** 12 15 16**相关模块:** [HiAppEvent](capi-hiappevent.md) 17 18**所在头文件:** [hiappevent.h](capi-hiappevent-h.md) 19 20## 汇总 21 22### 成员变量 23 24| 名称 | 描述 | 25| -- | -- | 26| const char* name | 事件数组中相同的事件名称。 | 27| const struct [HiAppEvent_AppEventInfo](capi-hiappevent-hiappevent-appeventinfo.md)* appEventInfos | 具有相同事件名称的事件数组。 | 28| uint32_t infoLen | 具有相同事件名称的事件数组的长度。 | 29 30 31