I have some questions concerning the /sys/module/
in linux
Does the
/sys/module
contain all modules of kernelDoes the
/sys/module/xxx/parameters
contains all parameters of the kernel module xxxxDoes the
/sys/module/xxx/parameters/yyyy
contain realtime values of the parameter yyyy of the kernel module xxxxif a parameter is changed in a giving kernel module, how to detect this change in RealTime? I want to develop a C application (user space) or a shell script which detect the change of a giving kernel module parameter in real time.