[for-next][PATCH 00/12] tracing: Updates for 4.8

From: Steven Rostedt
Date: Sun Jul 03 2016 - 16:34:21 EST


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