MCPcopy Create free account
hub / github.com/Mic92/vmsh / init_module

Function init_module

tests/debug-kernel-mod/main.c:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int init_module(void) {
58 printk(KERN_INFO "load module...\n");
59 // Just an example to debug something in the kernel
60 dump_processes();
61 return 0;
62}
63
64void cleanup_module(void) {}
65

Callers

nothing calls this directly

Calls 1

dump_processesFunction · 0.85

Tested by

no test coverage detected