Lines Matching refs:hwCnts
187 run->dynamicFileSz, run->linux.hwCnts.cpuInstrCnt, run->global->linux.hwCnts.cpuInstrCnt, in fuzz_perfFeedback()
188 run->linux.hwCnts.cpuBranchCnt, run->global->linux.hwCnts.cpuBranchCnt, in fuzz_perfFeedback()
189 run->linux.hwCnts.newBBCnt, run->global->linux.hwCnts.bbCnt); in fuzz_perfFeedback()
205 int64_t diff0 = run->global->linux.hwCnts.cpuInstrCnt - run->linux.hwCnts.cpuInstrCnt; in fuzz_perfFeedback()
206 int64_t diff1 = run->global->linux.hwCnts.cpuBranchCnt - run->linux.hwCnts.cpuBranchCnt; in fuzz_perfFeedback()
209 if (run->linux.hwCnts.newBBCnt > 0 || softCntPc > 0 || softCntEdge > 0 || softCntCmp > 0 || in fuzz_perfFeedback()
212 run->global->linux.hwCnts.cpuInstrCnt = run->linux.hwCnts.cpuInstrCnt; in fuzz_perfFeedback()
215 run->global->linux.hwCnts.cpuBranchCnt = run->linux.hwCnts.cpuBranchCnt; in fuzz_perfFeedback()
217 run->global->linux.hwCnts.bbCnt += run->linux.hwCnts.newBBCnt; in fuzz_perfFeedback()
218 run->global->linux.hwCnts.softCntPc += softCntPc; in fuzz_perfFeedback()
219 run->global->linux.hwCnts.softCntEdge += softCntEdge; in fuzz_perfFeedback()
220 run->global->linux.hwCnts.softCntCmp += softCntCmp; in fuzz_perfFeedback()
225 run->dynamicFileSz, run->linux.hwCnts.cpuInstrCnt, run->linux.hwCnts.cpuBranchCnt, in fuzz_perfFeedback()
226 run->linux.hwCnts.newBBCnt, softCntEdge, softCntPc, softCntCmp, in fuzz_perfFeedback()
227 run->global->linux.hwCnts.cpuInstrCnt, run->global->linux.hwCnts.cpuBranchCnt, in fuzz_perfFeedback()
228 run->global->linux.hwCnts.bbCnt, run->global->linux.hwCnts.softCntEdge, in fuzz_perfFeedback()
229 run->global->linux.hwCnts.softCntPc, run->global->linux.hwCnts.softCntCmp); in fuzz_perfFeedback()
365 run->linux.hwCnts.cpuInstrCnt = 0; in fuzz_fuzzLoop()
366 run->linux.hwCnts.cpuBranchCnt = 0; in fuzz_fuzzLoop()
367 run->linux.hwCnts.bbCnt = 0; in fuzz_fuzzLoop()
368 run->linux.hwCnts.newBBCnt = 0; in fuzz_fuzzLoop()
401 run->linux.hwCnts.cpuInstrCnt = 0; in fuzz_fuzzLoopSocket()
402 run->linux.hwCnts.cpuBranchCnt = 0; in fuzz_fuzzLoopSocket()
403 run->linux.hwCnts.bbCnt = 0; in fuzz_fuzzLoopSocket()
404 run->linux.hwCnts.newBBCnt = 0; in fuzz_fuzzLoopSocket()