PERF_EVENT_IOC_RESET

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

Meta