]> www.infradead.org Git - users/dwmw2/linux.git/commit
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 6 Jun 2024 00:53:37 +0000 (20:53 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 6 Jun 2024 00:57:48 +0000 (20:57 -0400)
commit24311962484385fa3a06c4fc1f2864b613df5af6
tree97ce09a180059c7d70ded21e1c72896cae55f22c
parent8d4e21bd4cca8013d2c6f55d42df85838d4ebce6
ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()

The update to the ops trampoline done by the function
ftrace_update_trampoline() was accidentally removed from
ftrace_update_pid_func(). Add it back.

Link: https://lore.kernel.org/linux-trace-kernel/20240605205337.6115e9a5@gandalf.local.home
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Fixes: df3ec5da6a1e ("function_graph: Add pid tracing back to function graph tracer")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ftrace.c