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

  /external/honggfuzz/linux/
perf.c 227 if (arch_perfCreate(run, pid, _HF_DYNFILE_INSTR_COUNT, &run->linux.cpuInstrFd) == false) {
254 close(run->linux.cpuInstrFd);
255 run->linux.cpuInstrFd = -1;
279 close(run->linux.cpuInstrFd);
280 run->linux.cpuInstrFd = -1;
302 ioctl(run->linux.cpuInstrFd, PERF_EVENT_IOC_ENABLE, 0);
335 ioctl(run->linux.cpuInstrFd, PERF_EVENT_IOC_DISABLE, 0);
336 if (files_readFromFd(run->linux.cpuInstrFd, (uint8_t*)&instrCount, sizeof(instrCount)) !=
338 PLOG_E("read(perfFd='%d') failed", run->linux.cpuInstrFd);
340 ioctl(run->linux.cpuInstrFd, PERF_EVENT_IOC_RESET, 0)
    [all...]
arch.c 532 run->linux.cpuInstrFd = -1;
  /external/honggfuzz/
honggfuzz.h 316 int cpuInstrFd;

Completed in 183 milliseconds