AKASHI Takahiro fe13f95b72 arm64: pass a task parameter to unwind_frame()
Function graph tracer modifies a return address (LR) in a stack frame
to hook a function's return. This will result in many useless entries
(return_to_handler) showing up in a call stack list.
We will fix this problem in a later patch ("arm64: ftrace: fix a stack
tracer's output under function graph tracer"). But since real return
addresses are saved in ret_stack[] array in struct task_struct,
unwind functions need to be notified of, in addition to a stack pointer
address, which task is being traced in order to find out real return
addresses.

This patch extends unwind functions' interfaces by adding an extra
argument of a pointer to task_struct.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2015-12-21 17:26:01 +00:00
..
2015-11-04 14:47:13 -08:00
2014-04-18 11:40:33 +02:00
2015-10-28 19:09:17 +00:00
2015-11-27 11:09:59 -08:00
2015-11-04 14:47:13 -08:00
2015-11-17 12:05:18 +00:00
2014-11-05 09:03:25 +01:00
2015-07-27 11:08:42 +01:00
2015-09-16 16:53:39 +02:00
2014-09-25 15:35:41 +01:00
2015-04-16 13:58:29 -05:00
2015-11-04 14:47:13 -08:00
2015-10-19 17:55:12 +01:00
2015-05-19 15:27:42 +01:00
2015-10-29 16:55:15 +00:00
2014-11-28 10:24:59 +00:00
2015-10-12 17:46:36 +01:00
2014-07-10 11:06:00 +01:00
2015-10-14 13:51:41 +01:00
2015-10-14 13:51:41 +01:00