PERF_FLAG_FD_OUTPUT

version(linux)
extern (C) @nogc nothrow
enum PERF_FLAG_FD_OUTPUT = 1UL << 1;

Meta