static void dump_syscalls(void) { int i; long sum = 0; for (i = 0; i < NSYSCALL; i++) { printk("syscall[%d] %p %s\n", i, sysent[i].sy_callc, syscallnames[i]); sum += (long) sysent[i].sy_callc; } printk("cksum=%lx\n", sum); } */ / Someone is trying to trace a syscall. Enable/patch the syscall */ table (if not done already). */ / ARGSUSED*/
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected