[for-linus][PATCH 0/4] tracing: A few fixes

From: Steven Rostedt
Date: Thu Apr 23 2020 - 19:19:41 EST



Jason Yan (1):
tracing: Convert local functions in tracing_map.c to static

Nikolay Borisov (1):
tracing: Remove DECLARE_TRACE_NOARGS

Steven Rostedt (VMware) (1):
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct()

Vamshi K Sthambamkadi (1):
tracing: Fix memory leaks in trace_events_hist.c

----
include/linux/tracepoint.h | 22 +---------------------
kernel/trace/ftrace.c | 1 +
kernel/trace/trace_events_hist.c | 7 +++++++
kernel/trace/tracing_map.c | 6 +++---
4 files changed, 12 insertions(+), 24 deletions(-)