Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull more tracing updates from Steven Rostedt: - Rename the staging files to give them some meaning. Just stage1,stag2,etc, does not show what they are for - Check for NULL from allocation in bootconfig - Hold event mutex for dyn_event call in user events - Mark user events to broken (to work on the API) - Remove eBPF updates from user events - Remove user events from uapi header to keep it from being installed. - Move ftrace_graph_is_dead() into inline as it is called from hot paths and also convert it into a static branch. * tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Move user_events.h temporarily out of include/uapi ftrace: Make ftrace_graph_is_dead() a static branch tracing: Set user_events to BROKEN tracing/user_events: Remove eBPF interfaces tracing/user_events: Hold event_mutex during dyn_event_add proc: bootconfig: Add null pointer check tracing: Rename the staging files for trace_events
Showing
- Documentation/trace/user_events.rst 3 additions, 11 deletionsDocumentation/trace/user_events.rst
- fs/proc/bootconfig.c 2 additions, 0 deletionsfs/proc/bootconfig.c
- include/linux/ftrace.h 15 additions, 1 deletioninclude/linux/ftrace.h
- include/linux/user_events.h 0 additions, 53 deletionsinclude/linux/user_events.h
- include/trace/stages/stage1_struct_define.h 0 additions, 0 deletionsinclude/trace/stages/stage1_struct_define.h
- include/trace/stages/stage2_data_offsets.h 0 additions, 0 deletionsinclude/trace/stages/stage2_data_offsets.h
- include/trace/stages/stage3_trace_output.h 0 additions, 0 deletionsinclude/trace/stages/stage3_trace_output.h
- include/trace/stages/stage4_event_fields.h 0 additions, 0 deletionsinclude/trace/stages/stage4_event_fields.h
- include/trace/stages/stage5_get_offsets.h 0 additions, 0 deletionsinclude/trace/stages/stage5_get_offsets.h
- include/trace/stages/stage6_event_callback.h 0 additions, 0 deletionsinclude/trace/stages/stage6_event_callback.h
- include/trace/stages/stage7_class_define.h 0 additions, 0 deletionsinclude/trace/stages/stage7_class_define.h
- include/trace/trace_custom_events.h 7 additions, 7 deletionsinclude/trace/trace_custom_events.h
- include/trace/trace_events.h 7 additions, 7 deletionsinclude/trace/trace_events.h
- kernel/trace/fgraph.c 3 additions, 14 deletionskernel/trace/fgraph.c
- kernel/trace/trace_events_user.c 7 additions, 74 deletionskernel/trace/trace_events_user.c
Please register or sign in to comment