SyscallTracing
# define TSYSCALL(x) new(std::nothrow) SyscallTracing::x
# define TSYSCALL(x) new(std::nothrow) SyscallTracing::x
new(std::nothrow) SyscallTracing::PreSyscall(syscallNumber, parameters);
new(std::nothrow) SyscallTracing::PostSyscall(syscallNumber,
using namespace SyscallTracing;