The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.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 0/6] tracing: Updates for 6.13
Date: Wed, 09 Oct 2024 09:21:04 -0400	[thread overview]
Message-ID: <20241009132104.470687911@goodmis.org> (raw)

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

Head SHA1: e53244e2c8931f9e80c1841293aea86ef8ad32a3


Josh Poimboeuf (1):
      tracepoints: Use new static branch API

Justin Stitt (1):
      tracing/branch-profiler: Replace deprecated strncpy with strscpy

Li Chen (1):
      ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())

Steven Rostedt (2):
      tracing: Remove definition of trace_*_rcuidle()
      tracepoint: Remove SRCU protection

Zheng Yejian (1):
      tracing: Remove TRACE_EVENT_FL_FILTERED logic

----
 include/linux/trace_events.h         |  4 ---
 include/linux/tracepoint-defs.h      |  4 +--
 include/linux/tracepoint.h           | 60 +++---------------------------------
 include/trace/events/preemptirq.h    |  8 -----
 kernel/trace/trace.c                 | 44 ++++++--------------------
 kernel/trace/trace.h                 |  4 ---
 kernel/trace/trace_branch.c          | 10 ++----
 kernel/trace/trace_events.c          |  2 --
 kernel/trace/trace_events_hist.c     |  2 +-
 kernel/trace/trace_events_user.c     |  4 +--
 kernel/trace/trace_functions.c       | 10 ++----
 kernel/trace/trace_functions_graph.c |  8 ++---
 kernel/trace/trace_hwlat.c           |  4 +--
 kernel/trace/trace_mmiotrace.c       |  8 ++---
 kernel/trace/trace_osnoise.c         | 12 ++------
 kernel/trace/trace_preemptirq.c      | 26 ++++------------
 kernel/trace/trace_sched_wakeup.c    |  8 ++---
 kernel/tracepoint.c                  | 55 ++-------------------------------
 scripts/tags.sh                      |  2 --
 19 files changed, 44 insertions(+), 231 deletions(-)

             reply	other threads:[~2024-10-09 13:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-09 13:21 Steven Rostedt [this message]
2024-10-09 13:21 ` [for-next][PATCH 1/6] ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id()) Steven Rostedt
2024-10-09 13:21 ` [for-next][PATCH 2/6] tracing/branch-profiler: Replace deprecated strncpy with strscpy Steven Rostedt
2024-10-09 13:21 ` [for-next][PATCH 3/6] tracing: Remove TRACE_EVENT_FL_FILTERED logic Steven Rostedt
2024-10-09 13:21 ` [for-next][PATCH 4/6] tracepoints: Use new static branch API Steven Rostedt
2024-10-09 13:21 ` [for-next][PATCH 5/6] tracing: Remove definition of trace_*_rcuidle() Steven Rostedt
2024-10-09 13:21 ` [for-next][PATCH 6/6] tracepoint: Remove SRCU protection 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=20241009132104.470687911@goodmis.org \
    --to=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox