PERF_EVENT_IOC_SET_OUTPUT

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

Meta