Re: tracing send and recv system call

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2013-06-03 14:12:16 (+0530), Varun Sharma <vsdssd@xxxxxxxxx> wrote:
> Hi,
> I am tracing send and recv system call .From user space to kernel space
> switching
> send in kernel space not going into sys_send .It directly going into
> sys_sendto .

Apparently glibc implements send() using the sendto() syscall.
The problem isn't really with the traces you added to the kernel, but
that you forgot there's another layer between your application and the
kernel.

Regards.
Kristof

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies




[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux