[for-linus][PATCH 0/6] tracing: Fixes and minor clean ups for 5.19

Steven Rostedt posted 6 patches 3 years, 9 months ago
include/trace/events/iocost.h       |  2 +-
kernel/trace/Kconfig                |  3 ++-
kernel/trace/trace.c                | 11 ++++++-----
kernel/trace/trace_events_hist.c    |  2 ++
samples/fprobe/fprobe_example.c     |  2 +-
samples/kprobes/kprobe_example.c    |  5 ++---
samples/kprobes/kretprobe_example.c |  5 ++---
7 files changed, 16 insertions(+), 14 deletions(-)
[for-linus][PATCH 0/6] tracing: Fixes and minor clean ups for 5.19
Posted by Steven Rostedt 3 years, 9 months ago
Douglas Anderson (1):
      tracing: Fix sleeping while atomic in kdb ftdump

Li kunyu (1):
      blk-iocost: tracing: atomic64_read(&ioc->vtime_rate) is assigned an extra semicolon

Steven Rostedt (Google) (1):
      ftrace: Be more specific about arch impact when function tracer is enabled

Tiezhu Yang (1):
      samples: Use KSYM_NAME_LEN for kprobes

Zheng Yejian (1):
      tracing/histograms: Fix memory leak problem

sunliming (1):
      fprobe/samples: Make sample_probe static

----
 include/trace/events/iocost.h       |  2 +-
 kernel/trace/Kconfig                |  3 ++-
 kernel/trace/trace.c                | 11 ++++++-----
 kernel/trace/trace_events_hist.c    |  2 ++
 samples/fprobe/fprobe_example.c     |  2 +-
 samples/kprobes/kprobe_example.c    |  5 ++---
 samples/kprobes/kretprobe_example.c |  5 ++---
 7 files changed, 16 insertions(+), 14 deletions(-)