ANDROID: arm64: traps: export dump_backtrace symbol
Export dump_backtrace symbol for modules to reference. Bug: 169899018 Signed-off-by: Jonglin Lee <jonglin@google.com> Change-Id: Ibc6caaabe212cb918d1c0c1e154e3244b28aa73e
This commit is contained in:
@@ -136,6 +136,7 @@ void dump_backtrace(struct pt_regs *regs, struct task_struct *tsk,
|
||||
|
||||
put_task_stack(tsk);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dump_backtrace);
|
||||
|
||||
void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user