Home
last modified time | relevance | path

Searched refs:HIEVENT_STAT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h36 #ifndef HIEVENT_STAT
37 #define HIEVENT_STAT 4 /* statistics event */ macro
174 #define HIEVENT_COMPILE_TYPE (HIEVENT_FAULT | HIEVENT_UE | HIEVENT_STAT)
198 #if IS_COMPILE_EVENT(HIEVENT_STAT)
199 #define HIEVENT_STAT_REPORT(id, k, v) HiEventPrintf(HIEVENT_STAT, (id), (k), (v))
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c206 } else if (eventType & HIEVENT_STAT) { in ReInitHiEventFile()
456 } else if (type & HIEVENT_STAT) { in GetEventCache()
539 GetEventCache(HIEVENT_STAT, &c, &f); in FlushStatEvent()
543 FlushEventInfo(HIEVENT_STAT, c, syncFlag); in FlushStatEvent()