如何看什么地方调用了sys_read函数呢。
在sys_read的函数内部打了调试信息。可是在我找了半天,也没有发现是什么地方调用了
sys_write,只是在SYMBOL_NAME (sys_write)
发现了他,可是我怎么知道什么模块调用了它呢。 u want to know sys_read or sys_write? :P
it is the corresponding call for system call read. run "more foo.txt" can see how it is called. 用strace运行一个用户程序跟踪一下就知道了 我是在内核看到的调试信息,在内核中怎么用strace去跟踪? 在kernel中调试,记得用printk,没有发现调用,看看#define,那里估计把他给重新定义了,hoho!
页:
[1]