mbox series

[0/4] tracing/histogram: Some fixes for new stacktrace variables

Message ID cover.1676063532.git.zanussi@kernel.org (mailing list archive)
Headers show
Series tracing/histogram: Some fixes for new stacktrace variables | expand

Message

Tom Zanussi Feb. 10, 2023, 9:33 p.m. UTC
Hi Steve,

Here are a few fixes for some problems I saw when playing around
with the new stacktrace variable/synthetic event patches.

Thanks,

Tom

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  |  72 +++++++++++---
 kernel/trace/trace_events_synth.c |   7 +-
 3 files changed, 153 insertions(+), 82 deletions(-)