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
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
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
"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
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
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
"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
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