Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 21:56:52 +0000 (14:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 21:56:52 +0000 (14:56 -0700)
commit93f3d8f54a22eaa5ae4ec269615729c4f9b1cf1e
tree26651f3df6f92d7dacafb29a9666b66a16e18f5f
parent8119c4332d253660e0a6b8748fe0749961cfbc97
parentce66f6136460a51acfc32de4481fe8fd69dfd50b
Merge tag 'trace-v5.10-2' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Fix mismatch section of adding early trace events.

  Fixes the issue of a mismatch section that was missed due to gcc
  inlining the offending function, while clang did not (and reported the
  issue)"

* tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Remove __init from __trace_early_add_new_event()
kernel/trace/trace_events.c