how to trace tcp protocol stack ?

2013-03-03 Thread ishare
hi:) Is there mothod to look up the call stack of tcp protocol solution? thanks! ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: how to trace tcp protocol stack ?

2013-03-03 Thread richard -rw- weinberger
On Sun, Mar 3, 2013 at 5:13 AM, ishare june.tune@gmail.com wrote: hi:) Is there mothod to look up the call stack of tcp protocol solution? You can use ftrace. -- Thanks, //richard ___ Kernelnewbies mailing list

Re: how to trace tcp protocol stack ?

2013-03-03 Thread Valdis . Kletnieks
On Sun, 03 Mar 2013 12:13:51 +0800, ishare said: Is there mothod to look up the call stack of tcp protocol solution? ftrace and related functionality. Note that there is a difference between look up the call stack and trace the flow of execution. Consider the following code: int a (