mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [for-next][PATCH 00/12] tracing: Updates for 5.8 (finally finished testing them)
@ 2020-06-01 12:27 Steven Rostedt
  2020-06-01 12:27 ` [for-next][PATCH 01/12] ftrace: show debugging information when panic_on_warn set Steven Rostedt
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Steven Rostedt @ 2020-06-01 12:27 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: c200784a08d4ea82f82a30678955b7f2c7550af4


Cheng Jian (1):
      ftrace: show debugging information when panic_on_warn set

Julia Lawall (1):
      tracing/probe: reverse arguments to list_add

Masami Hiramatsu (1):
      tools/bootconfig: Add a summary of test cases and return error

Peter Zijlstra (1):
      ftrace,bug: Improve traceoff_on_warn

Steven Rostedt (VMware) (2):
      tracing/doc: Fix typos in histogram-design.rst
      tracing: Add a trace print when traceoff_on_warning is triggered

Tom Zanussi (6):
      tracing: Check state.disabled in synth event trace functions
      tracing: Add histogram-design document
      tracing: Add hist_debug trace event files for histogram debugging
      tracing: Fix events.rst section numbering
      tracing: Move synthetic events to a separate file
      selftests/ftrace: Distinguish between hist and synthetic event checks

----
 Documentation/trace/events.rst                     |   28 +-
 Documentation/trace/histogram-design.rst           | 2115 +++++++++++++++++++
 kernel/trace/Kconfig                               |   43 +-
 kernel/trace/Makefile                              |    1 +
 kernel/trace/ftrace.c                              |    8 +-
 kernel/trace/trace.c                               |    5 +-
 kernel/trace/trace.h                               |    1 +
 kernel/trace/trace_events.c                        |    4 +
 kernel/trace/trace_events_hist.c                   | 2193 +++-----------------
 kernel/trace/trace_events_synth.c                  | 1789 ++++++++++++++++
 kernel/trace/trace_probe.c                         |    2 +-
 kernel/trace/trace_synth.h                         |   36 +
 lib/bug.c                                          |    3 +
 tools/bootconfig/test-bootconfig.sh                |    7 +
 .../inter-event/trigger-field-variable-support.tc  |    5 +
 .../trigger-inter-event-combined-hist.tc           |    5 +
 .../inter-event/trigger-multi-actions-accept.tc    |    5 +
 .../inter-event/trigger-onmatch-action-hist.tc     |    5 +
 .../trigger-onmatch-onmax-action-hist.tc           |    5 +
 .../inter-event/trigger-onmax-action-hist.tc       |    5 +
 .../inter-event/trigger-snapshot-action-hist.tc    |    5 +
 .../inter-event/trigger-trace-action-hist.tc       |    5 +
 22 files changed, 4396 insertions(+), 1879 deletions(-)
 create mode 100644 Documentation/trace/histogram-design.rst
 create mode 100644 kernel/trace/trace_events_synth.c
 create mode 100644 kernel/trace/trace_synth.h

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

end of thread, other threads:[~2020-06-01 12:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 12:27 [for-next][PATCH 00/12] tracing: Updates for 5.8 (finally finished testing them) Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 01/12] ftrace: show debugging information when panic_on_warn set Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 02/12] tools/bootconfig: Add a summary of test cases and return error Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 03/12] tracing/probe: reverse arguments to list_add Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 04/12] tracing: Check state.disabled in synth event trace functions Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 05/12] tracing: Add histogram-design document Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 06/12] tracing: Add hist_debug trace event files for histogram debugging Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 07/12] tracing/doc: Fix typos in histogram-design.rst Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 09/12] tracing: Move synthetic events to a separate file Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 10/12] selftests/ftrace: Distinguish between hist and synthetic event checks Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 11/12] ftrace,bug: Improve traceoff_on_warn Steven Rostedt
2020-06-01 12:27 ` [for-next][PATCH 12/12] tracing: Add a trace print when traceoff_on_warning is triggered Steven Rostedt

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