I have some questions concerning the /sys/module/ in linux
Does the
/sys/modulecontain all modules of kernelDoes the
/sys/module/xxx/parameterscontains all parameters of the kernel module xxxxDoes the
/sys/module/xxx/parameters/yyyycontain 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.