All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 00/13] tracing: Updates for 7.1
Date: Thu, 26 Mar 2026 10:26:56 -0400	[thread overview]
Message-ID: <20260326142656.794462952@kernel.org> (raw)


  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

             reply	other threads:[~2026-03-26 14:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 14:26 Steven Rostedt [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260326142656.794462952@kernel.org \
    --to=rostedt@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mhiramat@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.