Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes and cleanups from Steven Rostedt: "While cleaning out my INBOX, I found a few patches that were lost in the noise. These are minor bug fixes and clean ups. Those include: - avoid a string overflow - code that didn't match the comment (but should) - a small code optimization (use of a conditional) - quiet printf warnings - nuke unused code - fix function graph interrupt annotation" * tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Fix missing return symbol in function_graph output ftrace: Nuke clear_ftrace_function tracing: Use __printf markup to silence compiler tracing: Optimize trace_buffer_iter() logic tracing: Make create_filter() code match the comments tracing: Avoid string overflow
Showing
- include/linux/ftrace.h 0 additions, 2 deletionsinclude/linux/ftrace.h
- kernel/trace/ftrace.c 1 addition, 12 deletionskernel/trace/ftrace.c
- kernel/trace/trace.c 5 additions, 0 deletionskernel/trace/trace.c
- kernel/trace/trace.h 1 addition, 3 deletionskernel/trace/trace.h
- kernel/trace/trace_events_filter.c 5 additions, 0 deletionskernel/trace/trace_events_filter.c
- kernel/trace/trace_events_hist.c 1 addition, 1 deletionkernel/trace/trace_events_hist.c
- kernel/trace/trace_functions_graph.c 4 additions, 1 deletionkernel/trace/trace_functions_graph.c
Loading
Please register or sign in to comment