|
|
Subscribe / Log in / New account

bkl tracepoints + filter regex support

From:  Frederic Weisbecker <fweisbec@gmail.com>
To:  Ingo Molnar <mingo@elte.hu>
Subject:  [GIT PULL v2] bkl tracepoints + filter regex support
Date:  Thu, 24 Sep 2009 21:49:30 +0200
Message-ID:  <1253821775-8618-1-git-send-email-fweisbec@gmail.com>
Cc:  LKML <linux-kernel@vger.kernel.org>, Frederic Weisbecker <fweisbec@gmail.com>, Tom Zanussi <tzanussi@gmail.com>, Steven Rostedt <rostedt@goodmis.org>, Li Zefan <lizf@cn.fujitsu.com>
Archive‑link:  Article

Ingo,

This is new iteration of the bkl tracepoints + filter
regex support. It addresses the reviews that were posted
in the previous RFC version.

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	tracing/core

Thanks;
Frederic.

Frederic Weisbecker (5):
      tracing/bkl: Add bkl ftrace events
      tracing/filters: Cleanup useless headers
      tracing/event: Cleanup the useless dentry variable
      tracing/filters: Provide basic regex support
      tracing/filters: Unify the regex parsing helpers

 include/linux/smp_lock.h           |   19 ++++-
 include/trace/events/bkl.h         |   61 ++++++++++++++
 kernel/trace/ftrace.c              |   64 +--------------
 kernel/trace/trace.h               |   36 ++++++--
 kernel/trace/trace_events.c        |   23 +++---
 kernel/trace/trace_events_filter.c |  155 +++++++++++++++++++++++++++++++----
 lib/kernel_lock.c                  |   11 ++-
 7 files changed, 262 insertions(+), 107 deletions(-)
 create mode 100644 include/trace/events/bkl.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds