Re: [GIT PULL] tracing: Updates for v4.12

2017-05-03 Thread Steven Rostedt
On Wed, 3 May 2017 18:59:05 -0700 Linus Torvalds wrote: > On Tue, May 2, 2017 at 4:41 PM, Steven Rostedt wrote: > > > > This will conflict with changes I have already sent to you. They may > > not be so trivial to fix. I merged my urgent branch when pushing to > > linux-next. You can look at

Re: [GIT PULL] tracing: Updates for v4.12

2017-05-03 Thread Linus Torvalds
On Tue, May 2, 2017 at 4:41 PM, Steven Rostedt wrote: > > This will conflict with changes I have already sent to you. They may > not be so trivial to fix. I merged my urgent branch when pushing to > linux-next. You can look at how I resolved the conflicts in my > "for-next" branch, specificall

[GIT PULL] tracing: Updates for v4.12

2017-05-02 Thread Steven Rostedt
Linus, New features for this release: o Pretty much a full rewrite of the processing of function probes. i.e. echo do_IRQ:stacktrace > set_ftrace_filter o The rewrite was needed to add probes to be unique to tracing instances. i.e. mkdir instance/foo; cd instances/foo; echo do_IRQ:st