⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

log_syscall

Function log_syscall 

Source
pub fn log_syscall(pid: u64, uid: u32, syscall_nr: usize, result: bool)
Expand description

Log a system call event.

Called from the syscall dispatch path.