All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/5] tracing: few updates
Date: Thu, 22 Aug 2013 12:32:25 -0400	[thread overview]
Message-ID: <20130822163225.773134216@goodmis.org> (raw)

I final have time to start looking at my INBOX. There's several patches
that need to be pushed for 3.12. They are mostly clean ups and not anything
urgent.

I'm still in the process of going through my INBOX (backwards in time)
so I may find new stuff as well.

-- Steve

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: fc30f13b7c1b87b44ee364462c3408c913f01439


Li Zefan (1)
      tracing/syscalls: Annotate raw_init function with __init

Oleg Nesterov (3)
      tracing: Kill trace_create_file_ops() and friends
      tracing: Don't pass file_operations array to event_create_dir()
      tracing: Kill the !CONFIG_MODULES code in trace_events.c

Steven Rostedt (Red Hat) (1)
      tracing: Add __tracepoint_string() to export string pointers

----
 b/include/asm-generic/vmlinux.lds.h |    7 +
 b/include/linux/ftrace_event.h      |   34 ++++++++
 b/kernel/trace/trace.h              |    3 
 b/kernel/trace/trace_events.c       |  153 ++----------------------------------
 b/kernel/trace/trace_printk.c       |   19 ++++
 b/kernel/trace/trace_syscalls.c     |   10 +-
 kernel/trace/trace_events.c         |   64 ++++-----------
 7 files changed, 94 insertions(+), 196 deletions(-)

             reply	other threads:[~2013-08-22 16:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22 16:32 Steven Rostedt [this message]
2013-08-22 16:32 ` [for-next][PATCH 1/5] tracing: Add __tracepoint_string() to export string pointers Steven Rostedt
2013-08-22 17:06   ` Paul E. McKenney
2013-08-22 17:27     ` Steven Rostedt
2013-08-22 17:44       ` Paul E. McKenney
2013-08-22 16:32 ` [for-next][PATCH 2/5] tracing/syscalls: Annotate raw_init function with __init Steven Rostedt
2013-08-22 16:32 ` [for-next][PATCH 3/5] tracing: Kill trace_create_file_ops() and friends Steven Rostedt
2013-08-22 16:32 ` [for-next][PATCH 4/5] tracing: Dont pass file_operations array to event_create_dir() Steven Rostedt
2013-08-22 16:32 ` [for-next][PATCH 5/5] tracing: Kill the !CONFIG_MODULES code in trace_events.c Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130822163225.773134216@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.