]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tracepoints: Use new static branch API
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 8 Oct 2024 19:17:19 +0000 (12:17 -0700)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 9 Oct 2024 01:17:39 +0000 (21:17 -0400)
commit4a8840af5f53f2902eba91130fae650879f18e7a
treee7cbdc43532ea4e737977dc56df7aa983bffcb5c
parent49e4154f4b16345da5e219b23ed9737a6e735bc1
tracepoints: Use new static branch API

The old static key API is deprecated.  Switch to the new one.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/7a08dae3c5eddb14b13864923c1b58ac1f4af83c.1728414936.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/tracepoint-defs.h
include/linux/tracepoint.h
kernel/trace/trace_events_hist.c
kernel/trace/trace_events_user.c
kernel/tracepoint.c