Home
last modified time | relevance | path

Searched refs:newBBCnt (Results 1 – 5 of 5) sorted by relevance

/external/honggfuzz/
Dfuzz.c189 run->linux.hwCnts.newBBCnt, run->global->linux.hwCnts.bbCnt); in fuzz_perfFeedback()
209 if (run->linux.hwCnts.newBBCnt > 0 || softCntPc > 0 || softCntEdge > 0 || softCntCmp > 0 || in fuzz_perfFeedback()
217 run->global->linux.hwCnts.bbCnt += run->linux.hwCnts.newBBCnt; in fuzz_perfFeedback()
226 run->linux.hwCnts.newBBCnt, softCntEdge, softCntPc, softCntCmp, in fuzz_perfFeedback()
368 run->linux.hwCnts.newBBCnt = 0; in fuzz_fuzzLoop()
404 run->linux.hwCnts.newBBCnt = 0; in fuzz_fuzzLoopSocket()
Dhonggfuzz.h109 uint64_t newBBCnt; member
128 uint64_t newBBCnt; member
Dcmdline.c360 .newBBCnt = 0ULL, in cmdlineParse()
/external/honggfuzz/linux/
Dpt.c128 run->linux.hwCnts.newBBCnt++; in perf_ptAnalyzePkt()
Dperf.c86 run->linux.hwCnts.newBBCnt++; in arch_perfBtsCount()