Searched refs:normalEventCount_ (Results 1 – 2 of 2) sorted by relevance
47 normalEventCount_(0), kmsgReaderThread_(nullptr) in CrashValidator()126 dprintf(fd, "Total CppCrash Count:%d\n", normalEventCount_); in Dump()129 (normalEventCount_ * 100) / totalEventCount_); // 100 : percent ratio in Dump()161 normalEventCount_++; in RemoveSimilarEvent()267 normalEventCount_++; in CheckOutOfDateEvents()
63 uint32_t normalEventCount_; variable