public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/13] tracing: Updates for 7.1
@ 2026-03-26 14:26 Steven Rostedt
  2026-03-26 14:26 ` [for-next][PATCH 01/13] tracing: move __printf() attribute on __ftrace_vbprintk() Steven Rostedt
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Steven Rostedt @ 2026-03-26 14:26 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: bade44fe546212e142befb69ba22f34944030a99


Arnd Bergmann (1):
      tracing: move __printf() attribute on __ftrace_vbprintk()

Donglin Peng (1):
      tracing: Pretty-print enum parameters in function arguments

Petr Pavlu (3):
      tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
      tracing: Clean up access to trace_event_file from a file pointer
      tracing: Free up file->private_data for use by individual events

Randy Dunlap (1):
      tracing: trace_mmap.h: fix a kernel-doc warning

Steven Rostedt (1):
      tracing: Move snapshot code out of trace.c and into trace_snapshot.c

Vineeth Pillai (Google) (6):
      tracepoint: Add trace_call__##name() API
      kernel: Use trace_call__##name() at guarded tracepoint call sites
      i2c: Use trace_call__##name() at guarded tracepoint call sites
      spi: Use trace_call__##name() at guarded tracepoint call sites
      btrfs: Use trace_call__##name() at guarded tracepoint call sites
      mm: damon: Use trace_call__##name() at guarded tracepoint call sites

----
 drivers/i2c/i2c-core-slave.c     |    2 +-
 drivers/spi/spi-axi-spi-engine.c |    4 +-
 fs/btrfs/extent_map.c            |    4 +-
 fs/btrfs/raid56.c                |    4 +-
 include/linux/ftrace.h           |    2 +-
 include/linux/trace_printk.h     |    1 -
 include/linux/tracepoint.h       |   11 +
 include/uapi/linux/trace_mmap.h  |    1 +
 kernel/irq_work.c                |    2 +-
 kernel/sched/ext.c               |    2 +-
 kernel/smp.c                     |    2 +-
 kernel/trace/Makefile            |    1 +
 kernel/trace/trace.c             | 1276 ++------------------------------------
 kernel/trace/trace.h             |  122 +++-
 kernel/trace/trace_events.c      |   14 +-
 kernel/trace/trace_events_hist.c |    4 -
 kernel/trace/trace_output.c      |   12 +-
 kernel/trace/trace_printk.c      |    1 +
 kernel/trace/trace_snapshot.c    | 1067 +++++++++++++++++++++++++++++++
 mm/damon/core.c                  |    2 +-
 20 files changed, 1281 insertions(+), 1253 deletions(-)
 create mode 100644 kernel/trace/trace_snapshot.c

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

end of thread, other threads:[~2026-03-26 14:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 14:26 [for-next][PATCH 00/13] tracing: Updates for 7.1 Steven Rostedt
2026-03-26 14:26 ` [for-next][PATCH 01/13] tracing: move __printf() attribute on __ftrace_vbprintk() Steven Rostedt
2026-03-26 14:26 ` [for-next][PATCH 02/13] tracing: Remove unnecessary check for EVENT_FILE_FL_FREED Steven Rostedt
2026-03-26 14:26 ` [for-next][PATCH 03/13] tracing: Clean up access to trace_event_file from a file pointer Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 04/13] tracing: Free up file->private_data for use by individual events Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 05/13] tracing: Pretty-print enum parameters in function arguments Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 06/13] tracing: trace_mmap.h: fix a kernel-doc warning Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 07/13] tracepoint: Add trace_call__##name() API Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 08/13] kernel: Use trace_call__##name() at guarded tracepoint call sites Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 09/13] i2c: " Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 10/13] spi: " Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 11/13] btrfs: " Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 12/13] mm: damon: " Steven Rostedt
2026-03-26 14:27 ` [for-next][PATCH 13/13] tracing: Move snapshot code out of trace.c and into trace_snapshot.c Steven Rostedt

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