linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [for-next][PATCH 0/4] tracing: Updates for v6.16
@ 2025-05-15  8:51 Steven Rostedt
  2025-05-15  8:51 ` [for-next][PATCH 1/4] tracing: Cleanup upper_empty() in pid_list Steven Rostedt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steven Rostedt @ 2025-05-15  8:51 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: 2632a2013f58f0aab4b9fd042e67d78740ba0996


Masami Hiramatsu (Google) (1):
      tracing: Record trace_clock and recover when reboot

Steven Rostedt (2):
      tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
      tracing/sched: Use __string() instead of fixed lengths for task->comm

Yury Norov (1):
      tracing: Cleanup upper_empty() in pid_list

----
 Documentation/trace/tracepoints.rst                |  17 ++-
 include/linux/tracepoint.h                         |  38 +++++--
 include/trace/bpf_probe.h                          |   8 +-
 include/trace/define_trace.h                       |  17 ++-
 include/trace/events/sched.h                       | 124 ++++++++++-----------
 include/trace/events/tcp.h                         |   2 +-
 kernel/trace/pid_list.c                            |   8 +-
 kernel/trace/trace.c                               |  17 +++
 tools/testing/selftests/bpf/progs/raw_tp_null.c    |   2 +-
 .../testing/selftests/bpf/progs/raw_tp_null_fail.c |   2 +-
 .../selftests/bpf/progs/test_module_attach.c       |   4 +-
 .../selftests/bpf/progs/test_tp_btf_nullable.c     |   4 +-
 .../testing/selftests/bpf/test_kmods/bpf_testmod.c |   8 +-
 13 files changed, 149 insertions(+), 102 deletions(-)

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

end of thread, other threads:[~2025-05-15  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  8:51 [for-next][PATCH 0/4] tracing: Updates for v6.16 Steven Rostedt
2025-05-15  8:51 ` [for-next][PATCH 1/4] tracing: Cleanup upper_empty() in pid_list Steven Rostedt
2025-05-15  8:51 ` [for-next][PATCH 2/4] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix Steven Rostedt
2025-05-15  8:51 ` [for-next][PATCH 3/4] tracing/sched: Use __string() instead of fixed lengths for task->comm Steven Rostedt
2025-05-15  8:51 ` [for-next][PATCH 4/4] tracing: Record trace_clock and recover when reboot Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).