PERF_MEM_SNOOP_NONE

no snoop

version(linux)
extern (C) @nogc nothrow
enum PERF_MEM_SNOOP_NONE = 0x02;

Meta