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

  /external/honggfuzz/
fuzz.c 315 .cpuInstrCnt = 0ULL,
430 run->dynamicFileSz, run->linux.hwCnts.cpuInstrCnt, run->global->linux.hwCnts.cpuInstrCnt,
448 int64_t diff0 = run->global->linux.hwCnts.cpuInstrCnt - run->linux.hwCnts.cpuInstrCnt;
458 run->global->linux.hwCnts.cpuInstrCnt = run->linux.hwCnts.cpuInstrCnt;
471 run->dynamicFileSz, run->linux.hwCnts.cpuInstrCnt, run->linux.hwCnts.cpuBranchCnt,
473 run->global->linux.hwCnts.cpuInstrCnt, run->global->linux.hwCnts.cpuBranchCnt,
493 int64_t diff0 = run->global->linux.hwCnts.cpuInstrCnt - run->linux.hwCnts.cpuInstrCnt
    [all...]
honggfuzz.h 84 uint64_t cpuInstrCnt;
display.c 235 ATOMIC_GET(hfuzz->linux.hwCnts.cpuInstrCnt));
cmdline.c 308 .cpuInstrCnt = 0ULL,
  /external/honggfuzz/linux/
perf.c 366 run->linux.hwCnts.cpuInstrCnt = instrCount;

Completed in 2800 milliseconds