All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/9] tracing: Some fixes and cleanups for 3.19
@ 2014-11-14 23:24 Steven Rostedt
  2014-11-14 23:24   ` Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Steven Rostedt @ 2014-11-14 23:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

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

Head SHA1: 4526d0676a150dce7a93ad93e03bef7f77e7c906


Byungchul Park (1):
      function_graph: Fix micro seconds notations

Daniel Bristot de Oliveira (1):
      ftrace-graph: show latency-format on print_graph_irq()

Daniel Thompson (2):
      tracing: kdb: Fix kernel panic during ftdump
      tracing: kdb: Fix kernel livelock with empty buffers

Luis Claudio R. Goncalves (1):
      tracing: Fix traceoff_on_warning handling on boot command line

Rasmus Villemoes (3):
      tracing: Replace seq_printf by simpler equivalents
      tracing: Merge consecutive seq_puts calls
      trace: Replace single-character seq_puts with seq_putc

Steven Rostedt (Red Hat) (1):
      ftrace: Have the control_ops get a trampoline

----
 kernel/trace/ftrace.c                | 32 +++++++-------
 kernel/trace/trace.c                 | 83 ++++++++++++++++++------------------
 kernel/trace/trace_branch.c          | 32 +++++++-------
 kernel/trace/trace_events.c          |  4 +-
 kernel/trace/trace_events_trigger.c  |  6 +--
 kernel/trace/trace_functions.c       |  2 +-
 kernel/trace/trace_functions_graph.c | 49 ++++++++++++---------
 kernel/trace/trace_kdb.c             | 21 +++++----
 kernel/trace/trace_kprobe.c          | 12 +++---
 kernel/trace/trace_printk.c          |  2 +-
 kernel/trace/trace_uprobe.c          |  4 +-
 11 files changed, 132 insertions(+), 115 deletions(-)

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

end of thread, other threads:[~2014-11-14 23:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14 23:24 [for-next][PATCH 0/9] tracing: Some fixes and cleanups for 3.19 Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 1/9] ftrace: Have the control_ops get a trampoline Steven Rostedt
2014-11-14 23:24   ` Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 2/9] tracing: Fix traceoff_on_warning handling on boot command line Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 3/9] tracing: kdb: Fix kernel panic during ftdump Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 4/9] tracing: kdb: Fix kernel livelock with empty buffers Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 5/9] tracing: Replace seq_printf by simpler equivalents Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 6/9] tracing: Merge consecutive seq_puts calls Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 7/9] trace: Replace single-character seq_puts with seq_putc Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 8/9] ftrace-graph: show latency-format on print_graph_irq() Steven Rostedt
2014-11-14 23:24 ` [for-next][PATCH 9/9] function_graph: Fix micro seconds notations 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.