Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt: "Various tracing fixes: - Fix NULL pointer dereference caused by an error path - Give histogram calculation fields a size, otherwise it breaks synthetic creation based on them. - Reject strings being used for number calculations. - Fix recordmcount.pl warning on llvm building RISC-V allmodconfig - Fix the draw_functrace.py script to handle the new trace output - Fix warning of smp_processor_id() in preemptible code" * tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Quiet smp_processor_id() use in preemptable warning in hwlat scripts/tracing: fix the bug that can't parse raw_trace_func scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local tracing: Reject string operand in the histogram expression tracing / histogram: Give calculation hist_fields a size tracing: Fix NULL pointer dereference in start_creating
No related branches found
No related tags found
Showing
- Makefile 0 additions, 1 deletionMakefile
- kernel/trace/trace.c 3 additions, 1 deletionkernel/trace/trace.c
- kernel/trace/trace_events_hist.c 23 additions, 1 deletionkernel/trace/trace_events_hist.c
- kernel/trace/trace_hwlat.c 1 addition, 1 deletionkernel/trace/trace_hwlat.c
- scripts/recordmcount.pl 0 additions, 40 deletionsscripts/recordmcount.pl
- scripts/tracing/draw_functrace.py 3 additions, 3 deletionsscripts/tracing/draw_functrace.py
Loading
Please register or sign in to comment