[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120222144036.824378742@goodmis.org>
Date: Wed, 22 Feb 2012 09:40:36 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 0/9] [GIT PULL] perf/tracing: fixes and add function trace to perf
Ingo,
Please pull the latest tip/perf/core tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
tip/perf/core
Head SHA1: 5500fa51199aee770ce53718853732600543619e
Andrey Vagin (1):
tracing: Don't print an extra separator of flags
Jiri Olsa (7):
ftrace: Add enable/disable ftrace_ops control interface
ftrace, perf: Add open/close tracepoint perf registration actions
ftrace, perf: Add add/del tracepoint perf registration actions
ftrace: Add FTRACE_ENTRY_REG macro to allow event registration
ftrace, perf: Add support to use function tracepoint in perf
ftrace: Allow to specify filter field type for ftrace events
ftrace, perf: Add filter support for function trace event
Steven Rostedt (1):
tracing: Don't use p->len field to determine output in __print_*() functions
----
include/linux/ftrace.h | 73 ++++++++++++-
include/linux/ftrace_event.h | 9 ++-
include/linux/perf_event.h | 3 +
kernel/trace/ftrace.c | 117 +++++++++++++++++++--
kernel/trace/trace.h | 38 +++++--
kernel/trace/trace_entries.h | 54 +++++++---
kernel/trace/trace_event_perf.c | 208 ++++++++++++++++++++++++++++-------
kernel/trace/trace_events.c | 12 ++-
kernel/trace/trace_events_filter.c | 168 ++++++++++++++++++++++++++++-
kernel/trace/trace_export.c | 64 ++++++++----
kernel/trace/trace_kprobe.c | 8 ++-
kernel/trace/trace_output.c | 12 ++-
kernel/trace/trace_syscalls.c | 18 +++-
13 files changed, 667 insertions(+), 117 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists