Linux/linux 2f13437include/trace trace_events.h, kernel/trace trace_events_inject.c trace.c

Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull more tracing updates from Steven Rostedt:
 "Two fixes and one patch that was missed:

  Fixes:

   - Missing __print_hex_dump undef for processing new function in trace
     events

   - Stop WARN_ON messages when lockdown disables tracing on boot up

  Enhancement:

   - Debug option to inject trace events from userspace (for rasdaemon)"

The enhancement has its own config option and is non invasive. It's been
discussed for sever months and should have been added to my original
push, but I never pulled it into my queue.

* tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Do not create directories if lockdown is in affect
  tracing: Introduce trace event injection
  tracing: Fix __print_hex_dump scope
DeltaFile
+331-0kernel/trace/trace_events_inject.c
+17-0kernel/trace/trace.c
+9-0kernel/trace/Kconfig
+6-0kernel/trace/ring_buffer.c
+6-0kernel/trace/trace_events.c
+1-0kernel/trace/Makefile
+1-0include/trace/trace_events.h
+1-0kernel/trace/trace.h
+372-08 files

UnifiedSplitRaw