All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Subject: [for-next][PATCH 0/9] tracing: More updates for 5.15
Date: Fri, 20 Aug 2021 10:11:09 -0400	[thread overview]
Message-ID: <20210820141109.993445617@goodmis.org> (raw)


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

Head SHA1: 8e242060c6a4947e8ae7d29794af6a581db08841


Masami Hiramatsu (1):
      tracing/probes: Reject events which have the same name of existing one

Sebastian Andrzej Siewior (1):
      tracing: Replace deprecated CPU-hotplug functions.

Steven Rostedt (VMware) (7):
      tracing: Add DYNAMIC flag for dynamic events
      tracing: Have dynamic events have a ref counter
      tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
      tracing/probes: Allow for dot delimiter as well as slash for system names
      tracing/probes: Use struct_size() instead of defining custom macros
      tracing/probe: Change traceprobe_set_print_fmt() to take a type
      tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs

----
 include/linux/trace_events.h        | 48 ++++++++++++++++++-
 kernel/trace/ring_buffer.c          |  8 ++--
 kernel/trace/trace.c                |  4 +-
 kernel/trace/trace_dynevent.c       | 38 +++++++++++++++
 kernel/trace/trace_dynevent.h       |  4 +-
 kernel/trace/trace_event_perf.c     |  6 +--
 kernel/trace/trace_events.c         | 22 +++++----
 kernel/trace/trace_events_synth.c   | 21 +++++----
 kernel/trace/trace_events_trigger.c |  6 +--
 kernel/trace/trace_hwlat.c          | 28 +++++------
 kernel/trace/trace_kprobe.c         | 41 ++++++++--------
 kernel/trace/trace_osnoise.c        | 16 +++----
 kernel/trace/trace_probe.c          | 93 +++++++++++++++++++++++++++----------
 kernel/trace/trace_probe.h          | 10 +++-
 kernel/trace/trace_probe_tmpl.h     |  6 +--
 kernel/trace/trace_uprobe.c         | 40 ++++++++--------
 16 files changed, 271 insertions(+), 120 deletions(-)

             reply	other threads:[~2021-08-20 14:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 14:11 Steven Rostedt [this message]
2021-08-20 14:11 ` [for-next][PATCH 1/9] tracing: Replace deprecated CPU-hotplug functions Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 2/9] tracing: Add DYNAMIC flag for dynamic events Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 3/9] tracing: Have dynamic events have a ref counter Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 4/9] tracing/probe: Have traceprobe_parse_probe_arg() take a const arg Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 5/9] tracing/probes: Allow for dot delimiter as well as slash for system names Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 6/9] tracing/probes: Use struct_size() instead of defining custom macros Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 7/9] tracing/probe: Change traceprobe_set_print_fmt() to take a type Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 8/9] tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs Steven Rostedt
2021-08-20 14:11 ` [for-next][PATCH 9/9] tracing/probes: Reject events which have the same name of existing one 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=20210820141109.993445617@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=bigeasy@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=mingo@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.