How can I get list of all pairs process_name -> process_pid (user space and kernel space) from kernel module?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
In your kernel module, you can do something like this:
|
|||
|
|