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 00/12] tracing: Updates for 4.8
Date: Sun, 03 Jul 2016 16:33:02 -0400 [thread overview]
Message-ID: <20160703203302.877954992@goodmis.org> (raw)
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next
Head SHA1: 7fa8b7171a638ad896acabd9a17183b75b70aeb4
Andy Lutomirski (1):
tracing: Choose static tp_printk buffer by explicit nesting count
Bjorn Helgaas (1):
tracing: Expose CPU physical addresses (resource values) for PCI devices
Joel Fernandes (1):
tracing/function_graph: Fix filters for function_graph threshold
Omar Sandoval (1):
tracing: expose current->comm to [ku]probe events
Steven Rostedt (2):
tracing: Make the pid filtering helper functions global
tracing: Move filtered_pid helper functions into trace.c
Steven Rostedt (Red Hat) (6):
tracing: Move the pid_list seq_file functions to be global
tracing: Move pid_list write processing into its own function
ftrace: Have set_ftrace_pid use the bitmap like events do
tracing: Add trace_printk sample code
tracing: Show the preempt count of when the event was called
tracing: Skip more functions when doing stack tracing of events
----
Documentation/trace/kprobetrace.txt | 3 +
Documentation/trace/uprobetracer.txt | 3 +
kernel/trace/ftrace.c | 313 +++++++++++++-----------------
kernel/trace/trace.c | 361 +++++++++++++++++++++++++++++------
kernel/trace/trace.h | 34 +++-
kernel/trace/trace_events.c | 219 +++------------------
kernel/trace/trace_functions.c | 2 +-
kernel/trace/trace_functions_graph.c | 19 +-
kernel/trace/trace_kprobe.c | 1 +
kernel/trace/trace_mmiotrace.c | 10 +-
kernel/trace/trace_probe.c | 33 ++++
kernel/trace/trace_probe.h | 10 +
samples/Kconfig | 7 +
samples/Makefile | 2 +-
samples/trace_printk/Makefile | 6 +
samples/trace_printk/trace-printk.c | 56 ++++++
16 files changed, 625 insertions(+), 454 deletions(-)
create mode 100644 samples/trace_printk/Makefile
create mode 100644 samples/trace_printk/trace-printk.c
next reply other threads:[~2016-07-03 20:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-03 20:33 Steven Rostedt [this message]
2016-07-03 20:33 ` [for-next][PATCH 01/12] tracing: Make the pid filtering helper functions global Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 02/12] tracing: Move filtered_pid helper functions into trace.c Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 03/12] tracing: Move the pid_list seq_file functions to be global Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 04/12] tracing: Move pid_list write processing into its own function Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 05/12] ftrace: Have set_ftrace_pid use the bitmap like events do Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 06/12] tracing: expose current->comm to [ku]probe events Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 07/12] tracing: Choose static tp_printk buffer by explicit nesting count Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 08/12] tracing: Add trace_printk sample code Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 09/12] tracing: Show the preempt count of when the event was called Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 10/12] tracing: Expose CPU physical addresses (resource values) for PCI devices Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 11/12] tracing: Skip more functions when doing stack tracing of events Steven Rostedt
2016-07-03 20:33 ` [for-next][PATCH 12/12] tracing/function_graph: Fix filters for function_graph threshold 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=20160703203302.877954992@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;
as well as URLs for NNTP newsgroup(s).