[for-linus][PATCH 0/5] tracing: A few more patches for 5.6

From: Steven Rostedt
Date: Tue Feb 11 2020 - 08:50:06 EST



Masami Hiramatsu (2):
bootconfig: Allocate xbc_nodes array dynamically
tools/bootconfig: Suppress non-error messages

Tom Zanussi (3):
tracing: Add missing nest end to synth_event_trace_start() error case
tracing: Don't return -EINVAL when tracing soft disabled synth events
tracing: Consolidate trace() functions

----
include/linux/trace_events.h | 2 +-
kernel/trace/trace_events_hist.c | 227 +++++++++++-------------------
lib/bootconfig.c | 15 +-
tools/bootconfig/include/linux/memblock.h | 12 ++
tools/bootconfig/main.c | 28 ++--
tools/bootconfig/test-bootconfig.sh | 9 ++
6 files changed, 134 insertions(+), 159 deletions(-)
create mode 100644 tools/bootconfig/include/linux/memblock.h