Re: [PATCH 0/4] ftrace: Add 'function-fork' trace option (v2)

2017-04-18 Thread Steven Rostedt
On Wed, 19 Apr 2017 09:27:28 +0900 Namhyung Kim wrote: > Hi Steve, > > Sorry for little late, > > On Tue, Apr 18, 2017 at 4:18 AM, Steven Rostedt wrote: > > On Mon, 17 Apr 2017 11:44:26 +0900 > > Namhyung Kim wrote: > > > >> Hello, > >> > >> This patchset add 'function-fork' option to funct

Re: [PATCH 0/4] ftrace: Add 'function-fork' trace option (v2)

2017-04-18 Thread Namhyung Kim
Hi Steve, Sorry for little late, On Tue, Apr 18, 2017 at 4:18 AM, Steven Rostedt wrote: > On Mon, 17 Apr 2017 11:44:26 +0900 > Namhyung Kim wrote: > >> Hello, >> >> This patchset add 'function-fork' option to function tracer which >> makes pid filter to be inherited like 'event-fork' does. Dur

Re: [PATCH 0/4] ftrace: Add 'function-fork' trace option (v2)

2017-04-17 Thread Steven Rostedt
On Mon, 17 Apr 2017 11:44:26 +0900 Namhyung Kim wrote: > Hello, > > This patchset add 'function-fork' option to function tracer which > makes pid filter to be inherited like 'event-fork' does. During the > test, I found a bug of pid filter on an instance directory. The patch > 1 fixes it and m

[PATCH 0/4] ftrace: Add 'function-fork' trace option (v2)

2017-04-16 Thread Namhyung Kim
Hello, This patchset add 'function-fork' option to function tracer which makes pid filter to be inherited like 'event-fork' does. During the test, I found a bug of pid filter on an instance directory. The patch 1 fixes it and maybe it should go to the stable tree. The function-fork option is di