[for-next][PATCH 0/5] tracing: Updates for 6.3

From: Steven Rostedt
Date: Thu Feb 16 2023 - 19:51:07 EST


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

Head SHA1: d8f0ae3ebed416728077fe94698983c30d409241


Steven Rostedt (Google) (1):
tracing: Add BUILD_BUG() to make sure stacktrace fits in strings

Tom Zanussi (4):
tracing/histogram: Don't use strlen to find length of stacktrace variables
tracing/histogram: Fix a few problems with stacktrace variable printing
tracing/histogram: Fix stacktrace key
tracing/histogram: Fix stacktrace histogram Documententation

----
Documentation/trace/histogram.rst | 156 ++++++++++++++++++++++----------------
kernel/trace/trace_events_hist.c | 75 ++++++++++++++----
kernel/trace/trace_events_synth.c | 7 +-
3 files changed, 156 insertions(+), 82 deletions(-)