Re: [RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-25 Thread Namhyung Kim
On Sat, Nov 24, 2018 at 01:41:31PM -0500, Steven Rostedt wrote: > On Sat, 24 Nov 2018 14:49:34 +0900 > Namhyung Kim wrote: > > > On Sat, Nov 24, 2018 at 2:37 AM Steven Rostedt wrote: > > > > > > On Fri, 23 Nov 2018 09:01:18 +0900 > > > Namhyung Kim wrote: > > > > > > > Acked-by: Namhyung Kim

Re: [RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-24 Thread Steven Rostedt
On Sat, 24 Nov 2018 14:49:34 +0900 Namhyung Kim wrote: > On Sat, Nov 24, 2018 at 2:37 AM Steven Rostedt wrote: > > > > On Fri, 23 Nov 2018 09:01:18 +0900 > > Namhyung Kim wrote: > > > > > Acked-by: Namhyung Kim > > > > Thanks Namhyung! > > It'd be nice if you cc me for the whole patchse

Re: [RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-23 Thread Namhyung Kim
On Sat, Nov 24, 2018 at 2:37 AM Steven Rostedt wrote: > > On Fri, 23 Nov 2018 09:01:18 +0900 > Namhyung Kim wrote: > > > Acked-by: Namhyung Kim > > Thanks Namhyung! It'd be nice if you cc me for the whole patchset (and other tracing patches) next time. Thanks, Namhyung

Re: [RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-23 Thread Steven Rostedt
On Fri, 23 Nov 2018 09:01:18 +0900 Namhyung Kim wrote: > Acked-by: Namhyung Kim Thanks Namhyung! -- Steve

Re: [RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-22 Thread Namhyung Kim
Hi Steve, On Wed, Nov 21, 2018 at 08:27:10PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > In order to make the function graph infrastructure more generic, there can > not be code specific for the function_graph tracer in the generic code. This > includes the set_graph_notra

[RFC][PATCH 02/14] fgraph: Have set_graph_notrace only affect function_graph tracer

2018-11-21 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" In order to make the function graph infrastructure more generic, there can not be code specific for the function_graph tracer in the generic code. This includes the set_graph_notrace logic, that stops all graph calls when a function in the set_graph_notrace is hit.