Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt: - rtla (Real-Time Linux Analysis tool): - fix typo in man page - Update API -e to -E before it is released - Error message fix and memory leak fix - Partially uninline trace event soft disable to shrink text - Fix function graph start up test - Have triggers affect the trace instance they are in and not top level - Have osnoise sleep in the units it says it uses - Remove unused ftrace stub function - Remove event probe redundant info from event in the buffer - Fix group ownership setting in tracefs - Ensure trace buffer is minimum size to prevent crashes * tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: rtla/osnoise: Fix error message when failing to enable trace instance rtla/osnoise: Free params at the exit rtla/hist: Make -E the short version of --entries tracing: Fix selftest config check for function graph start up test tracefs: Set the group ownership in apply_options() not parse_options() tracing/osnoise: Make osnoise_main to sleep for microseconds ftrace: Remove unused ftrace_startup_enable() stub tracing: Ensure trace buffer is at least 4096 bytes large tracing: Uninline trace_trigger_soft_disabled() partly eprobes: Remove redundant event type information tracing: Have traceon and traceoff trigger honor the instance tracing: Dump stacktrace trigger to the corresponding instance rtla: Fix systme -> system typo on man page
No related branches found
No related tags found
Showing
- Documentation/tools/rtla/common_hist_options.rst 1 addition, 1 deletionDocumentation/tools/rtla/common_hist_options.rst
- Documentation/tools/rtla/common_osnoise_description.rst 1 addition, 1 deletionDocumentation/tools/rtla/common_osnoise_description.rst
- Documentation/tools/rtla/rtla-osnoise-hist.rst 1 addition, 1 deletionDocumentation/tools/rtla/rtla-osnoise-hist.rst
- fs/tracefs/inode.c 3 additions, 2 deletionsfs/tracefs/inode.c
- include/linux/trace_events.h 12 additions, 10 deletionsinclude/linux/trace_events.h
- kernel/trace/ftrace.c 0 additions, 1 deletionkernel/trace/ftrace.c
- kernel/trace/trace.c 6 additions, 4 deletionskernel/trace/trace.c
- kernel/trace/trace.h 0 additions, 1 deletionkernel/trace/trace.h
- kernel/trace/trace_eprobe.c 7 additions, 9 deletionskernel/trace/trace_eprobe.c
- kernel/trace/trace_events_trigger.c 66 additions, 7 deletionskernel/trace/trace_events_trigger.c
- kernel/trace/trace_osnoise.c 32 additions, 21 deletionskernel/trace/trace_osnoise.c
- kernel/trace/trace_probe.c 5 additions, 5 deletionskernel/trace/trace_probe.c
- kernel/trace/trace_probe.h 0 additions, 1 deletionkernel/trace/trace_probe.h
- kernel/trace/trace_selftest.c 2 additions, 4 deletionskernel/trace/trace_selftest.c
- tools/tracing/rtla/src/osnoise.c 1 addition, 1 deletiontools/tracing/rtla/src/osnoise.c
- tools/tracing/rtla/src/osnoise_hist.c 5 additions, 5 deletionstools/tracing/rtla/src/osnoise_hist.c
- tools/tracing/rtla/src/osnoise_top.c 1 addition, 0 deletionstools/tracing/rtla/src/osnoise_top.c
- tools/tracing/rtla/src/timerlat_hist.c 5 additions, 5 deletionstools/tracing/rtla/src/timerlat_hist.c
Loading
Please register or sign in to comment