Searched refs:EVENT_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
50 #ifndef EVENT_CACHE_SIZE51 #define EVENT_CACHE_SIZE 256 /* Must be greater than HIVIEW_HIEVENT_F… macro
129 if (InitHiviewCache(&g_faultEventCache, FAULT_EVENT_CACHE, EVENT_CACHE_SIZE) == FALSE) { in InitFaultEventOutput()143 if (InitHiviewCache(&g_ueEventCache, UE_EVENT_CACHE, EVENT_CACHE_SIZE) == FALSE) { in InitUeEventOutput()158 if (InitHiviewCache(&g_statEventCache, STAT_EVENT_CACHE, EVENT_CACHE_SIZE) == FALSE) { in InitStatEventOutput()243 if ((c->usedSize + sizeof(HiEventCommon) + event->common.len) > EVENT_CACHE_SIZE) { in OutputEvent()269 if ((c->usedSize + sizeof(HiEventCommon) + event->common.len) > EVENT_CACHE_SIZE) { in OutputEvent()
32 "EVENT_CACHE_SIZE=$ohos_hiviewdfx_hievent_lite_cache_size",