HomeSort by relevance Sort by last modified time
    Searched refs:hwCnts (Results 1 - 6 of 6) sorted by null

  /external/honggfuzz/
fuzz.c 313 .hwCnts =
430 run->dynamicFileSz, run->linux.hwCnts.cpuInstrCnt, run->global->linux.hwCnts.cpuInstrCnt,
431 run->linux.hwCnts.cpuBranchCnt, run->global->linux.hwCnts.cpuBranchCnt,
432 run->linux.hwCnts.newBBCnt, run->global->linux.hwCnts.bbCnt);
448 int64_t diff0 = run->global->linux.hwCnts.cpuInstrCnt - run->linux.hwCnts.cpuInstrCnt;
449 int64_t diff1 = run->global->linux.hwCnts.cpuBranchCnt - run->linux.hwCnts.cpuBranchCnt
    [all...]
display.c 235 ATOMIC_GET(hfuzz->linux.hwCnts.cpuInstrCnt));
239 ATOMIC_GET(hfuzz->linux.hwCnts.cpuBranchCnt));
243 ATOMIC_GET(hfuzz->linux.hwCnts.bbCnt));
247 ATOMIC_GET(hfuzz->linux.hwCnts.bbCnt));
250 uint64_t softCntPc = ATOMIC_GET(hfuzz->linux.hwCnts.softCntPc);
251 uint64_t softCntEdge = ATOMIC_GET(hfuzz->linux.hwCnts.softCntEdge);
252 uint64_t softCntCmp = ATOMIC_GET(hfuzz->linux.hwCnts.softCntCmp);
honggfuzz.h 262 hwcnt_t hwCnts;
314 hwcnt_t hwCnts;
cmdline.c 306 .hwCnts =
  /external/honggfuzz/linux/
pt.c 76 run->linux.hwCnts.newBBCnt++;
perf.c 86 run->linux.hwCnts.newBBCnt++;
366 run->linux.hwCnts.cpuInstrCnt = instrCount;
367 run->linux.hwCnts.cpuBranchCnt = branchCount;

Completed in 60 milliseconds