summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/stacktrace.c
AgeCommit message (Expand)AuthorLines
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)-5/+7
2018-12-08arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)-3/+0
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott-1/+1
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon-3/+0
2018-07-04arm64: fix infinite stacktraceMikulas Patocka-0/+3
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand-0/+5
2017-09-13arm64: stacktrace: avoid listing stacktrace functions in stacktracePrakash Gupta-5/+13
2017-08-15arm64: add on_accessible_stack()Mark Rutland-6/+1
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel-4/+0
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel-27/+6
2017-08-08arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel-17/+7
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland-2/+2
2017-06-15arm64: Export save_stack_trace_tsk()Dustin Brown-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland-0/+5
2016-11-11arm64: unexport walk_stackframeMark Rutland-1/+0
2016-11-11arm64: factor out current_stack_pointerMark Rutland-0/+1
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland-1/+4
2016-09-05arm64: ftrace: add save_stack_trace_regs()Pratyush Anand-0/+21
2016-02-12arm64: make irq_stack_ptr more robustYang Shi-7/+6
2016-02-09arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi-2/+2
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro-0/+17
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro-4/+4
2015-12-15arm64: reduce stack use in irq_handlerJames Morse-3/+16
2015-12-10arm64: when walking onto the task stack, check sp & fp are in current->stackJames Morse-2/+10
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro-2/+27
2015-10-28Revert "ARM64: unwind: Fix PC calculation"Will Deacon-5/+1
2014-09-08arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tskBehan Webster-2/+1
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro-1/+1
2014-02-17ARM64: unwind: Fix PC calculationOlof Johansson-1/+5
2013-12-19ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov-1/+1
2012-09-17arm64: Exception handlingCatalin Marinas-0/+127