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

  /external/honggfuzz/linux/
perf.c 239 if (arch_perfCreate(run, pid, _HF_DYNFILE_BTS_EDGE, &run->linux.cpuIptBtsFd) == false) {
245 if (arch_perfCreate(run, pid, _HF_DYNFILE_IPT_BLOCK, &run->linux.cpuIptBtsFd) == false) {
258 close(run->linux.cpuIptBtsFd);
259 run->linux.cpuIptBtsFd = 1;
287 close(run->linux.cpuIptBtsFd);
288 run->linux.cpuIptBtsFd = -1;
291 close(run->linux.cpuIptBtsFd);
292 run->linux.cpuIptBtsFd = -1;
308 ioctl(run->linux.cpuIptBtsFd, PERF_EVENT_IOC_ENABLE, 0);
311 ioctl(run->linux.cpuIptBtsFd, PERF_EVENT_IOC_ENABLE, 0)
    [all...]
arch.c 534 run->linux.cpuIptBtsFd = -1;
  /external/honggfuzz/
honggfuzz.h 318 int cpuIptBtsFd;

Completed in 197 milliseconds