[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tracing syscall?
Selon Daniele Bellucci <bellucda@tiscali.it>:
> On Wed, Dec 10, 2003 at 10:20:23AM -0500, Guillaume Thouvenin wrote:
>> I'm only interesting by network call. The proble is that the only syscall
>> is socket(PF_UNIX, SOCK_DGRAM, 0) but socket() is not a syscall, is it?
>
> Yes it is, look at net/socket.c::sys_socket
I forgot to say that I'm working on i386. So yes there is a sys_socket()
function in socket.c but I think it's not a syscall because it doesn't appear in
the file arch/i386/kernel/entry.S
Guillaume
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/