MCPcopy Index your code
hub / github.com/dtrace4linux/linux / systrace_enable

Function systrace_enable

driver/systrace.c:2346–2407  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

systrace_enable32Function · 0.85
memory_set_rwFunction · 0.85
printkFunction · 0.85
get_interposerFunction · 0.70

Tested by

no test coverage detected