Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/src/
Dutils.cpp28 int64_t GetFileSize(SyscallInterface& syscall, int fd) { in GetFileSize()
36 std::string GetFilePath(SyscallInterface& syscall, int fd) { in GetFilePath()
44 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists()
Dsyscall.cpp25 static Syscall syscall; in GetSyscall() local
/test/dittosuite/include/ditto/
Dmultithreading_utils.h43 SchedAttr(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAttr()
57 SchedAffinity(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAffinity()
/test/dittosuite/
Ddittotrace.cpp48 Syscall syscall; in ProcessLine() local
150 for (const auto& syscall : syscalls) { in main() local