public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/15] tracing: Updates for 6.20
@ 2026-01-27 15:05 Steven Rostedt
  2026-01-27 15:05 ` [for-next][PATCH 01/15] tracing: Properly process error handling in event_hist_trigger_parse() Steven Rostedt
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Steven Rostedt @ 2026-01-27 15:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton

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

Head SHA1: e0c033d8caa7bf1edf99e40f598ad4223d6252af


Aaron Tomlin (3):
      tracing: Add bitmask-list option for human-readable bitmask display
      tracing: Add show_event_filters to expose active event filters
      tracing: Add show_event_triggers to expose active event triggers

Guenter Roeck (1):
      ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro

Marco Crivellari (1):
      tracing: Replace use of system_wq with system_dfl_wq

Miaoqian Lin (1):
      tracing: Properly process error handling in event_hist_trigger_parse()

Petr Tesarik (1):
      ring-buffer: Use a housekeeping CPU to wake up waiters

Steven Rostedt (8):
      tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()
      tracing: Check the return value of tracing_update_buffers()
      tracing: Have show_event_trigger/filter format a bit more in columns
      tracing: Disable trace_printk buffer on warning too
      tracing: Have hist_debug show what function a field uses
      tracing: Remove notrace from trace_event_raw_event_synth()
      tracing: Up the hist stacktrace size from 16 to 31
      tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros

----
 Documentation/trace/ftrace.rst             |  25 +++++
 include/linux/trace_events.h               |   8 +-
 include/linux/trace_seq.h                  |  12 ++-
 include/trace/stages/stage3_trace_output.h |   4 +-
 kernel/trace/ftrace.c                      |   7 +-
 kernel/trace/ring_buffer.c                 |  24 ++++-
 kernel/trace/trace.c                       |  16 +++-
 kernel/trace/trace.h                       |   3 +-
 kernel/trace/trace_events.c                | 145 ++++++++++++++++++++++++++++-
 kernel/trace/trace_events_filter.c         |   2 +-
 kernel/trace/trace_events_hist.c           |  81 +++++++++-------
 kernel/trace/trace_events_synth.c          |   6 +-
 kernel/trace/trace_output.c                |  30 +++++-
 kernel/trace/trace_seq.c                   |  29 +++++-
 14 files changed, 327 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2026-01-27 15:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 15:05 [for-next][PATCH 00/15] tracing: Updates for 6.20 Steven Rostedt
2026-01-27 15:05 ` [for-next][PATCH 01/15] tracing: Properly process error handling in event_hist_trigger_parse() Steven Rostedt
2026-01-27 15:05 ` [for-next][PATCH 02/15] tracing: Remove redundant call to event_trigger_reset_filter() " Steven Rostedt
2026-01-27 15:05 ` [for-next][PATCH 03/15] tracing: Add bitmask-list option for human-readable bitmask display Steven Rostedt
2026-01-27 15:05 ` [for-next][PATCH 04/15] tracing: Replace use of system_wq with system_dfl_wq Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 05/15] tracing: Add show_event_filters to expose active event filters Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 06/15] tracing: Add show_event_triggers to expose active event triggers Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 07/15] tracing: Check the return value of tracing_update_buffers() Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 08/15] ring-buffer: Use a housekeeping CPU to wake up waiters Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 09/15] tracing: Have show_event_trigger/filter format a bit more in columns Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 10/15] ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 11/15] tracing: Disable trace_printk buffer on warning too Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 12/15] tracing: Have hist_debug show what function a field uses Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 13/15] tracing: Remove notrace from trace_event_raw_event_synth() Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 14/15] tracing: Up the hist stacktrace size from 16 to 31 Steven Rostedt
2026-01-27 15:06 ` [for-next][PATCH 15/15] tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox