Home
last modified time | relevance | path

Searched refs:KAPI_TRACE (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dgen_syscall_emulation_riscv64_to_x86_64-inl.h103 KAPI_TRACE("unsupported syscall __NR_fanotify_init"); in RunGuestSyscallImpl()
108 KAPI_TRACE("unsupported syscall __NR_fanotify_mark"); in RunGuestSyscallImpl()
162 KAPI_TRACE("unsupported syscall __NR_get_mempolicy"); in RunGuestSyscallImpl()
254 KAPI_TRACE("unsupported syscall __NR_kexec_file_load"); in RunGuestSyscallImpl()
259 KAPI_TRACE("unsupported syscall __NR_kexec_load"); in RunGuestSyscallImpl()
268 KAPI_TRACE("unsupported syscall __NR_landlock_add_rule"); in RunGuestSyscallImpl()
273 KAPI_TRACE("unsupported syscall __NR_landlock_create_ruleset"); in RunGuestSyscallImpl()
278 KAPI_TRACE("unsupported syscall __NR_landlock_restrict_self"); in RunGuestSyscallImpl()
303 KAPI_TRACE("unsupported syscall __NR_mbind"); in RunGuestSyscallImpl()
314 KAPI_TRACE("unsupported syscall __NR_migrate_pages"); in RunGuestSyscallImpl()
[all …]
Dopen_emulation.cc88 KAPI_TRACE("Unsupported guest open flags: original=0x%x unsupported=0x%x", in ToHostOpenFlags()
107 KAPI_TRACE("Unsupported host open flags: original=0x%x unsupported=0x%x", in ToGuestOpenFlags()
Dsyscall_emulation.cc85 KAPI_TRACE("unimplemented syscall __NR_execveat"); in RunGuestSyscall___NR_execveat()
97 KAPI_TRACE("unimplemented ioctl 0x%lx, running host syscall as is", arg_2); in RunGuestSyscall___NR_ioctl()
Depoll_emulation.cc86 KAPI_TRACE("unsupported syscall __NR_epoll_pwait2"); in RunGuestSyscall___NR_epoll_pwait2()
/frameworks/libs/binary_translation/kernel_api/include/berberis/kernel_api/
Dsyscall_emulation_common.h44 KAPI_TRACE("unimplemented syscall __NR_clone3"); in RunGuestSyscall___NR_clone3()
62 KAPI_TRACE("unimplemented syscall __NR_faccessat, running host syscall as is"); in RunGuestSyscall___NR_faccessat()
75 KAPI_TRACE("Emulating fstat for /proc/self/maps"); in RunGuestSyscall___NR_fstat()
88 KAPI_TRACE("Emulating fstatfs for /proc/self/maps"); in RunGuestSyscall___NR_fstatfs()
127 KAPI_TRACE("unsupported syscall __NR_rt_sigaction"); in RunGuestSyscall___NR_rt_sigreturn()
151 KAPI_TRACE("unknown syscall %ld", guest_nr); in RunUnknownGuestSyscall()
Dtracing.h26 #define KAPI_TRACE(...) \ macro
/frameworks/libs/binary_translation/kernel_api/
Dsys_ptrace_emulation.cc71 KAPI_TRACE("not implemented: ptrace(PTRACE_GETSIGINFO, ...)"); in PtraceForGuest()
75 KAPI_TRACE("not implemented: ptrace(PTRACE_GETREGSET, ...)"); in PtraceForGuest()
86 KAPI_TRACE("not implemented: ptrace(PTRACE_SETREGSET, ...)"); in PtraceForGuest()
90 KAPI_TRACE("not implemented: ptrace(0x%x, ...)", request); in PtraceForGuest()
Dfcntl_emulation.cc172 KAPI_TRACE("Unknown fcntl command: %d", cmd); in GuestFcntl()