PERF_EVENT_IOC_ENABLE

Ioctls that can be done on a perf event fd:

version(linux)
extern (C) @nogc nothrow
enum PERF_EVENT_IOC_ENABLE = _IO('$', 0);

Meta