Files
linux/arch/s390/kernel
Steven Rostedt (VMware) d19ad0775d ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
In preparation to have arguments of a function passed to callbacks attached
to functions as default, change the default callback prototype to receive a
struct ftrace_regs as the forth parameter instead of a pt_regs.

For callbacks that set the FL_SAVE_REGS flag in their ftrace_ops flags, they
will now need to get the pt_regs via a ftrace_get_regs() helper call. If
this is called by a callback that their ftrace_ops did not have a
FL_SAVE_REGS flag set, it that helper function will return NULL.

This will allow the ftrace_regs to hold enough just to get the parameters
and stack pointer, but without the worry that callbacks may have a pt_regs
that is not completely filled.

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-11-13 12:14:55 -05:00
..
2020-08-26 18:47:21 +02:00
2020-08-11 18:16:43 +02:00
2020-09-17 14:11:03 +02:00
2020-09-30 12:09:54 +02:00
2020-08-26 18:47:21 +02:00
2020-09-14 10:08:07 +02:00
2020-06-29 16:31:46 +02:00
2020-01-30 13:07:55 +01:00
2020-08-17 13:17:14 +02:00
2020-06-29 16:31:46 +02:00
2020-08-26 18:47:21 +02:00