The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [for-next][PATCH 0/6] tracing: Updates for 6.13
@ 2024-10-09 13:21 Steven Rostedt
  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
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2024-10-09 13:21 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: 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(-)

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

end of thread, other threads:[~2024-10-09 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 13:21 [for-next][PATCH 0/6] tracing: Updates for 6.13 Steven Rostedt
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

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