[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1249111408-8657-1-git-send-email-fweisbec@gmail.com>
Date: Sat, 1 Aug 2009 09:23:23 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Li Zefan <lizf@...fujitsu.com>,
Lai Jiangshan <laijs@...fujitsu.com>,
Tom Zanussi <tzanussi@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>
Subject: [RFC][GIT PULL] bkl ftrace events + filter regex support
Hi everyone,
This patchset provides the support for bkl tracing, with the
support of regex in ftrace filters, so that one can easily filter
the bkl event traces per subsystem/directory/file.
Thanks,
Frederic.
The following changes since commit d34a4debef933061924ee17c2ede33f5c44925fb:
jolsa@...hat.com (1):
tracing: Remove .globl in the scripts/recordmcount.pl doc
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/bkl
Frederic Weisbecker (5):
tracing/bkl: Add bkl ftrace events
tracing/event: Cleanup the useless dentry variable
tracing/filters: Cleanup useless headers
tracing/filters: Provide basic regex support
tracing/filters: Provide support for char * pointers
include/linux/smp_lock.h | 19 +++-
include/trace/events/bkl.h | 61 +++++++++++
kernel/trace/trace.h | 33 ++++--
kernel/trace/trace_events.c | 106 +++++++++++++++-----
kernel/trace/trace_events_filter.c | 192 +++++++++++++++++++++++++++++-------
lib/kernel_lock.c | 11 +-
6 files changed, 340 insertions(+), 82 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists