mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Frederic Weisbecker <fweisbec@gmail.com>
Subject: [PATCH 00/11] [GIT PULL] tracing: Various tracing fixes and enhancements
Date: Sat, 02 Feb 2013 09:18:42 -0500	[thread overview]
Message-ID: <20130202141842.189550803@goodmis.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2116 bytes --]


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: d840f718d28715a9833c1a8f46c2493ff3fd219b


Hiraku Toyooka (3):
      tracing: Replace static old_tracer check of tracer name
      tracing: Make a snapshot feature available from userspace
      tracing: Add documentation of snapshot utility

Josh Triplett (1):
      tracing: Mark tracing_dentry_percpu() static

Jovi Zhang (1):
      tracing: Remove second iterator initializer

Namhyung Kim (1):
      tracing: Use sched_clock_cpu for trace_clock_global

Shan Wei (1):
      tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var

Steven Rostedt (1):
      tracing: Remove tracepoint sample code

Steven Rostedt (Red Hat) (3):
      tracing/fgraph: Adjust fgraph depth before calling trace return callback
      ring-buffer: Add stats field for amount read from trace ring buffer
      tracing: Init current_trace to nop_trace and remove NULL checks

----
 Documentation/trace/ftrace.txt                 |   83 +++++++++
 include/linux/ftrace_event.h                   |    3 +
 include/linux/ring_buffer.h                    |    1 +
 kernel/trace/Kconfig                           |   10 ++
 kernel/trace/ring_buffer.c                     |   18 ++
 kernel/trace/trace.c                           |  222 +++++++++++++++++-------
 kernel/trace/trace.h                           |    1 +
 kernel/trace/trace_clock.c                     |    2 +-
 kernel/trace/trace_functions_graph.c           |    8 +-
 samples/Kconfig                                |    6 -
 samples/Makefile                               |    2 +-
 samples/tracepoints/Makefile                   |    6 -
 samples/tracepoints/tp-samples-trace.h         |   11 --
 samples/tracepoints/tracepoint-probe-sample.c  |   57 ------
 samples/tracepoints/tracepoint-probe-sample2.c |   44 -----
 samples/tracepoints/tracepoint-sample.c        |   57 ------
 16 files changed, 288 insertions(+), 243 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

             reply	other threads:[~2013-02-02 14:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-02 14:18 Steven Rostedt [this message]
2013-02-02 14:18 ` [PATCH 01/11] tracing: Mark tracing_dentry_percpu() static Steven Rostedt
2013-02-02 14:18 ` [PATCH 02/11] tracing: Remove tracepoint sample code Steven Rostedt
2013-02-02 14:18 ` [PATCH 03/11] tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var Steven Rostedt
2013-02-02 14:18 ` [PATCH 04/11] tracing: Remove second iterator initializer Steven Rostedt
2013-02-02 14:18 ` [PATCH 05/11] tracing/fgraph: Adjust fgraph depth before calling trace return callback Steven Rostedt
2013-02-02 14:18 ` [PATCH 06/11] ring-buffer: Add stats field for amount read from trace ring buffer Steven Rostedt
2013-02-02 14:18 ` [PATCH 07/11] tracing: Use sched_clock_cpu for trace_clock_global Steven Rostedt
2013-02-02 14:18 ` [PATCH 08/11] tracing: Replace static old_tracer check of tracer name Steven Rostedt
2013-02-02 14:18 ` [PATCH 09/11] tracing: Make a snapshot feature available from userspace Steven Rostedt
2013-02-02 14:18 ` [PATCH 10/11] tracing: Add documentation of snapshot utility Steven Rostedt
2013-02-02 14:18 ` [PATCH 11/11] tracing: Init current_trace to nop_trace and remove NULL checks Steven Rostedt
2013-02-03 10:15 ` [PATCH 00/11] [GIT PULL] tracing: Various tracing fixes and enhancements Ingo Molnar

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=20130202141842.189550803@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome