Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-25 Thread Nirapada Ghosh
Ryan Moats/Omaha/IBM wrote on 07/25/2016 01:44:44 PM: > From: Ryan Moats/Omaha/IBM > To: Nirapada Ghosh/San Jose/IBM@IBMUS > Cc: "Ben Pfaff" , dev@openvswitch.org > Date: 07/25/2016 01:44 PM > Subject: Re: [ovs-dev] [PATCH V13] Function tracer to trace all function cal

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-25 Thread Ryan Moats
Nirapada Ghosh/San Jose/IBM wrote on 07/25/2016 03:32:29 PM: > From: Nirapada Ghosh/San Jose/IBM > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: "Ben Pfaff" , dev@openvswitch.org > Date: 07/25/2016 03:32 PM > Subject: Re: [ovs-dev] [PATCH V13] Function tracer to trace all f

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-24 Thread Ben Pfaff
On Sun, Jul 24, 2016 at 10:34:45AM -0500, Ryan Moats wrote: > Ben, if you want to take a deeper look, feel free - I plan on > marking the patch as "Changes Requested" in patchworks once this > message shows up in the review change there. These seem like good comments to me so I'll look at it after

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-24 Thread Ryan Moats
"dev" wrote on 07/08/2016 07:04:06 PM: > From: Nirapada Ghosh/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 07/08/2016 07:04 PM > Subject: [ovs-dev] [PATCH V13] Function tracer to trace all function calls > Sent by: "dev" > > From: Nirapada Ghosh

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-23 Thread Ryan Moats
Ben Pfaff wrote on 07/22/2016 05:54:45 PM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Nirapada Ghosh/San Jose/IBM@IBMUS, dev@openvswitch.org > Date: 07/22/2016 05:54 PM > Subject: Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls > > On Tu

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-22 Thread Ben Pfaff
On Tue, Jul 19, 2016 at 09:26:46PM -0500, Ryan Moats wrote: > "dev" wrote on 07/08/2016 07:04:06 PM: > > > From: Nirapada Ghosh/San Jose/IBM@IBMUS > > To: dev@openvswitch.org > > Date: 07/08/2016 07:04 PM > > Subject: [ovs-dev] [PATCH V13] Function trace

Re: [ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-19 Thread Ryan Moats
"dev" wrote on 07/08/2016 07:04:06 PM: > From: Nirapada Ghosh/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 07/08/2016 07:04 PM > Subject: [ovs-dev] [PATCH V13] Function tracer to trace all function calls > Sent by: "dev" > > From: Nirapada Ghosh

[ovs-dev] [PATCH V13] Function tracer to trace all function calls

2016-07-08 Thread nghosh
From: Nirapada Ghosh In some circumstances, we might need to figure out where in code, the CPU time is being spent most, so as to pinpoint the bottleneck and thereby resolve it with proper changes. Using '-finstrument-functions' flag, that can be achieved, and this patch exactly does that. There