public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [tip:tracing/core] tracing/filters: Provide basic regex support
       [not found] <tip-1889d20922d14a97b2099fa4d47587217c0ba48b@git.kernel.org>
@ 2009-09-26 10:10 ` Steven Rostedt
  2009-09-28  8:50   ` Frederic Weisbecker
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2009-09-26 10:10 UTC (permalink / raw)
  To: linux-kernel, mingo, hpa, tzanussi, lizf, fweisbec, tglx
  Cc: linux-tip-commits

On Fri, 2009-09-25 at 06:19 +0000, tip-bot for Frederic Weisbecker
wrote:
> Commit-ID:  1889d20922d14a97b2099fa4d47587217c0ba48b
> Gitweb:     http://git.kernel.org/tip/1889d20922d14a97b2099fa4d47587217c0ba48b
> Author:     Frederic Weisbecker <fweisbec@gmail.com>
> AuthorDate: Thu, 24 Sep 2009 21:10:44 +0200
> Committer:  Frederic Weisbecker <fweisbec@gmail.com>
> CommitDate: Thu, 24 Sep 2009 21:39:27 +0200
> 
> tracing/filters: Provide basic regex support
> 
> This patch provides basic support for regular expressions in filters.
> 
> It supports the following types of regexp:
> 
> - *match_beginning
> - *match_middle*
> - match_end*
> - !don't match
> 
> Example:
> 	cd /debug/tracing/events/bkl/lock_kernel
> 	echo 'file == "*reiserfs*"' > filter
> 	echo 1 > enable

Darn! I need to keep up with my email more. Someone asked me at my
ftrace tutorial if the filters can take regex's.  I told them that I
don't think so. Of course, my tutorial was on 2.6.31 so I was still
correct. But it would have been nice if I told them that it will in
2.6.32 or 33.

-- Steve

> 
>            gedit-4941  [000]   457.735437: lock_kernel: depth: 0, fs/reiserfs/namei.c:334 reiserfs_lookup()
>      sync_supers-227   [001]   461.379985: lock_kernel: depth: 0, fs/reiserfs/super.c:69 reiserfs_sync_fs()
>      sync_supers-227   [000]   461.383096: lock_kernel: depth: 0, fs/reiserfs/journal.c:1069 flush_commit_list()
>       reiserfs/1-1369  [001]   461.479885: lock_kernel: depth: 0, fs/reiserfs/journal.c:3509 flush_async_commits()
> 
> Every string is now handled as a regexp in the filter framework, which
> helps to factorize the code for handling both simple strings and
> regexp comparisons.
> 
> (The regexp parsing code has been wildly cherry picked from ftrace.c
> written by Steve.)
> 
> v2: Simplify the whole and drop the filter_regex file



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [tip:tracing/core] tracing/filters: Provide basic regex support
  2009-09-26 10:10 ` [tip:tracing/core] tracing/filters: Provide basic regex support Steven Rostedt
@ 2009-09-28  8:50   ` Frederic Weisbecker
  0 siblings, 0 replies; 2+ messages in thread
From: Frederic Weisbecker @ 2009-09-28  8:50 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: linux-kernel, mingo, hpa, tzanussi, lizf, tglx, linux-tip-commits

On Sat, Sep 26, 2009 at 06:10:05AM -0400, Steven Rostedt wrote:
> On Fri, 2009-09-25 at 06:19 +0000, tip-bot for Frederic Weisbecker
> wrote:
> > Commit-ID:  1889d20922d14a97b2099fa4d47587217c0ba48b
> > Gitweb:     http://git.kernel.org/tip/1889d20922d14a97b2099fa4d47587217c0ba48b
> > Author:     Frederic Weisbecker <fweisbec@gmail.com>
> > AuthorDate: Thu, 24 Sep 2009 21:10:44 +0200
> > Committer:  Frederic Weisbecker <fweisbec@gmail.com>
> > CommitDate: Thu, 24 Sep 2009 21:39:27 +0200
> > 
> > tracing/filters: Provide basic regex support
> > 
> > This patch provides basic support for regular expressions in filters.
> > 
> > It supports the following types of regexp:
> > 
> > - *match_beginning
> > - *match_middle*
> > - match_end*
> > - !don't match
> > 
> > Example:
> > 	cd /debug/tracing/events/bkl/lock_kernel
> > 	echo 'file == "*reiserfs*"' > filter
> > 	echo 1 > enable
> 
> Darn! I need to keep up with my email more. Someone asked me at my
> ftrace tutorial if the filters can take regex's.  I told them that I
> don't think so. Of course, my tutorial was on 2.6.31 so I was still
> correct. But it would have been nice if I told them that it will in
> 2.6.32 or 33.
> 
> -- Steve


Hehe :-)

That said I guess it should be more for .33 than .32 I guess.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-28  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tip-1889d20922d14a97b2099fa4d47587217c0ba48b@git.kernel.org>
2009-09-26 10:10 ` [tip:tracing/core] tracing/filters: Provide basic regex support Steven Rostedt
2009-09-28  8:50   ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox