Searched refs:PERF_EVENT_IOC_DISABLE (Results 1 – 5 of 5) sorted by relevance
118 void Counter::stop() { ioctl(FileDescriptor, PERF_EVENT_IOC_DISABLE, 0); } in stop()
193 ioctl(FileDescriptor, PERF_EVENT_IOC_DISABLE, 0); in readOrError()
809 if (-1 == ioctl (ctr_list[ii].fd, PERF_EVENT_IOC_DISABLE, 1)) in stop_one_ctr()
804 if (-1 == ioctl (ctr_list[ii].fd, PERF_EVENT_IOC_DISABLE, 1)) in stop_one_ctr()
1139 enum PERF_EVENT_IOC_DISABLE = _IO('$', 1); variable