From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/5] tracing: Updates for 5.0
Date: Wed, 26 Sep 2018 12:12:26 -0400 [thread overview]
Message-ID: <20180926161226.098070917@goodmis.org> (raw)
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next
Head SHA1: 5a5e3d3ceae2121590d67258a4e658d938b4a46d
Ravi Bangoria (4):
uprobes: Support SDT markers having reference count (semaphore)
uprobes/sdt: Prevent multiple reference counter for same uprobe
trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
perf probe: Support SDT markers having reference counter (semaphore)
Steven Rostedt (VMware) (1):
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()
----
include/linux/uprobes.h | 5 +
kernel/events/uprobes.c | 278 ++++++++++++++++++++++++++++++++++++++++--
kernel/trace/trace.c | 2 +-
kernel/trace/trace_kprobe.c | 9 +-
kernel/trace/trace_uprobe.c | 75 +++++++++++-
tools/perf/util/probe-event.c | 39 +++++-
tools/perf/util/probe-event.h | 1 +
tools/perf/util/probe-file.c | 34 +++++-
tools/perf/util/probe-file.h | 1 +
tools/perf/util/symbol-elf.c | 46 +++++--
tools/perf/util/symbol.h | 7 ++
11 files changed, 459 insertions(+), 38 deletions(-)
next reply other threads:[~2018-09-26 16:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 16:12 Steven Rostedt [this message]
2018-09-26 16:12 ` [for-next][PATCH 1/5] tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe() Steven Rostedt
2018-09-26 16:12 ` [for-next][PATCH 2/5] uprobes: Support SDT markers having reference count (semaphore) Steven Rostedt
2018-09-26 16:12 ` [for-next][PATCH 3/5] uprobes/sdt: Prevent multiple reference counter for same uprobe Steven Rostedt
2018-09-26 16:12 ` [for-next][PATCH 4/5] trace_uprobe/sdt: " Steven Rostedt
2018-09-26 16:12 ` [for-next][PATCH 5/5] perf probe: Support SDT markers having reference counter (semaphore) 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=20180926161226.098070917@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome