Relative Content

Tag Archive for clinux-kernel

Unseen output from called functions

I have the code below. The proc_kernel_module_init function make calls to proc_count and cpu_info_print. However, I only output from the first line of proc_kernel_module_init and proc_kernel_module_exit.