Searched refs:SyscallTracing (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/kernel/
H A Dsyscalls.cpp323 namespace SyscallTracing { namespace
460 } // namespace SyscallTracing
472 new(std::nothrow) SyscallTracing::PreSyscall(syscallNumber, parameters);
486 new(std::nothrow) SyscallTracing::PostSyscall(syscallNumber,
492 using namespace SyscallTracing;
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dthread.cpp44 namespace SyscallTracing { namespace
61 # define TSYSCALL(x) new(std::nothrow) SyscallTracing::x
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Dthread.cpp42 namespace SyscallTracing { namespace
59 # define TSYSCALL(x) new(std::nothrow) SyscallTracing::x

Completed in 43 milliseconds