Closed. This question is off-topic。它当前不接受答案。
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
7年前关闭。
我需要编写内核模块来计算内核3.x上的linux系统调用的帮助
我想用kprobe实现它,但是较早的方法是用* sys_call *实现的。
请帮我。
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
7年前关闭。
我需要编写内核模块来计算内核3.x上的linux系统调用的帮助
我想用kprobe实现它,但是较早的方法是用* sys_call *实现的。
请帮我。
最佳答案
在此站点中,您可能会找到有关Kprobe的有用信息!
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-tuning/cha.tuning.kprobes.html
10-01 13:16