PERF_RECORD_MISC_GUEST_USER

version(linux)
extern (C) @nogc nothrow
enum PERF_RECORD_MISC_GUEST_USER = 5 << 0;

Meta