[for-next][PATCH 0/5] tracing: function graph cleanups for the next merge window

From: Steven Rostedt
Date: Thu Apr 25 2019 - 12:28:54 EST


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

Head SHA1: 070ea1a24f403b68e76d9763cedd061917f6e1c1


Steven Rostedt (VMware) (5):
ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.c
ftrace: Do not process STUB functions in ftrace_ops_list_func()
function_graph: Have selftest also emulate tr->reset() as it did with tr->init()
function_graph: Use a ftrace_graph_ret_stub() for return
function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ftrace.h

----
arch/nds32/kernel/ftrace.c | 1 -
arch/parisc/kernel/ftrace.c | 1 -
include/linux/ftrace.h | 2 ++
kernel/trace/fgraph.c | 9 ++++++---
kernel/trace/ftrace.c | 7 +++----
kernel/trace/trace_selftest.c | 5 ++++-
6 files changed, 15 insertions(+), 10 deletions(-)