All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/18] tracing: Function tracing in instances, uprobe triggers and more
@ 2014-02-21  2:49 Steven Rostedt
  2014-02-21  2:49 ` [for-next][PATCH 01/18] tracing: Pass trace_array to set_flag callback Steven Rostedt
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Steven Rostedt @ 2014-02-21  2:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Frederic Weisbecker, Andrew Morton, Namhyung Kim


This is the next queue for 3.15. This includes Namhyung's updates to
uprobes for event triggering, allowing function tracing to be done
by trace instances, and also some other updates.

This is based on 3.14-rc3.

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

Head SHA1: 1fcc155351f183e5044180eeb372a8ff47710855


Namhyung Kim (4):
      tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
      tracing/uprobes: Move argument fetching to uprobe_dispatcher()
      tracing/uprobes: Support event triggering
      tracing/uprobes: Support mix of ftrace and perf

Steven Rostedt (1):
      tracing: Add trace_clock=<clock> kernel parameter

Steven Rostedt (Red Hat) (12):
      tracing: Pass trace_array to set_flag callback
      tracing: Pass trace_array to flag_changed callback
      tracing: Set up infrastructure to allow tracers for instances
      tracing: Only let top level have option files
      ftrace: Add private data to ftrace_ops
      ftrace: Copy ops private to global_ops private
      tracing: Disable tracers before deletion of instance
      tracing: Convert tracer->enabled to counter
      ftrace: Allow instances to use function tracing
      ftrace: Pass in global_ops for use with filtering files
      ftrace: Allow for function tracing instance to filter functions
      ftrace: Have static function trace clear ENABLED flag on unregister

zhangwei(Jovi) (1):
      tracing/uprobes: Support ftrace_event_file base multibuffer

----
 include/linux/ftrace.h               |  14 +++
 kernel/trace/blktrace.c              |   3 +-
 kernel/trace/ftrace.c                |  72 +++++++++----
 kernel/trace/trace.c                 | 187 +++++++++++++++++++++++++---------
 kernel/trace/trace.h                 |  38 ++++++-
 kernel/trace/trace_functions.c       | 143 ++++++++++++++++++--------
 kernel/trace/trace_functions_graph.c |   3 +-
 kernel/trace/trace_irqsoff.c         |  10 +-
 kernel/trace/trace_kprobe.c          |  17 ----
 kernel/trace/trace_nop.c             |   5 +-
 kernel/trace/trace_probe.h           |  17 ++++
 kernel/trace/trace_sched_wakeup.c    |  10 +-
 kernel/trace/trace_uprobe.c          | 191 ++++++++++++++++++++++++-----------
 13 files changed, 519 insertions(+), 191 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-02-21  2:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  2:49 [for-next][PATCH 00/18] tracing: Function tracing in instances, uprobe triggers and more Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 01/18] tracing: Pass trace_array to set_flag callback Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 02/18] tracing: Pass trace_array to flag_changed callback Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 03/18] tracing: Set up infrastructure to allow tracers for instances Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 04/18] tracing: Only let top level have option files Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 05/18] ftrace: Add private data to ftrace_ops Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 06/18] ftrace: Copy ops private to global_ops private Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 07/18] tracing: Disable tracers before deletion of instance Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 08/18] tracing: Convert tracer->enabled to counter Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 09/18] ftrace: Allow instances to use function tracing Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 10/18] ftrace: Pass in global_ops for use with filtering files Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 11/18] ftrace: Allow for function tracing instance to filter functions Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 12/18] tracing/uprobes: Rename uprobe_{trace,perf}_print() functions Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 13/18] tracing/uprobes: Move argument fetching to uprobe_dispatcher() Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 14/18] tracing/uprobes: Support ftrace_event_file base multibuffer Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 15/18] tracing/uprobes: Support event triggering Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 16/18] tracing/uprobes: Support mix of ftrace and perf Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 17/18] tracing: Add trace_clock=<clock> kernel parameter Steven Rostedt
2014-02-21  2:49 ` [for-next][PATCH 18/18] ftrace: Have static function trace clear ENABLED flag on unregister Steven Rostedt

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.