Re: [PATCH] ftrace: Support full glob matching

2016-10-24 Thread Steven Rostedt
Shuah, Hi! I'm going to be pulling these patches into my tree, but since they touch selftests, can you take a look at them. They were posted to LKML, but if you need me to bounce them to you too, I can do that as well. Here's the links of the patches with the selftests: http://lkml.kernel.org/r

Re: [PATCH] ftrace: Support full glob matching

2016-10-07 Thread Masami Hiramatsu
On Wed, 5 Oct 2016 09:36:35 -0400 Steven Rostedt wrote: > On Wed, 5 Oct 2016 20:58:15 +0900 > Masami Hiramatsu wrote: > > > Use glob_match() to support flexible glob wildcards (*,?) > > and character classes ([) for ftrace. > > Since the full glob matching is slower than the current > > partia

Re: [PATCH] ftrace: Support full glob matching

2016-10-06 Thread Namhyung Kim
Hi Masami, On Wed, Oct 05, 2016 at 08:58:15PM +0900, Masami Hiramatsu wrote: > Use glob_match() to support flexible glob wildcards (*,?) > and character classes ([) for ftrace. > Since the full glob matching is slower than the current > partial matching routines(*pat, pat*, *pat*), this leaves > t

Re: [PATCH] ftrace: Support full glob matching

2016-10-05 Thread Steven Rostedt
On Wed, 5 Oct 2016 20:58:15 +0900 Masami Hiramatsu wrote: > Use glob_match() to support flexible glob wildcards (*,?) > and character classes ([) for ftrace. > Since the full glob matching is slower than the current > partial matching routines(*pat, pat*, *pat*), this leaves > those routines and