【发布时间】:2012-10-28 09:36:35
【问题描述】:
我需要帮助来编写一个内核模块来计算内核 3.x 的 linux 系统调用 我想用 kprobe 来实现它,但早期的方法是用 *sys_call* 来实现的。 请帮帮我。
【问题讨论】:
标签: linux linux-kernel system-calls kernel-module kernel
我需要帮助来编写一个内核模块来计算内核 3.x 的 linux 系统调用 我想用 kprobe 来实现它,但早期的方法是用 *sys_call* 来实现的。 请帮帮我。
【问题讨论】:
标签: linux linux-kernel system-calls kernel-module kernel
在此站点中,您可以找到有关 Kprobe 的有用详细信息! http://doc.opensuse.org/documentation/html/openSUSE/opensuse-tuning/cha.tuning.kprobes.html
【讨论】: