summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/perf_callchain.c
AgeCommit message (Expand)Author
2023-04-13arm64: use XPACLRI to strip PACMark Rutland
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-12-10arm64: Make perf_callchain_kernel() use arch_stack_walk()Madhavan T. Venkataraman
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-05-26arm64: stacktrace: Relax frame record alignment requirement to 8 bytesPeter Collingbourne
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro
2015-07-27arm64: perf: factor out callchain codeMark Rutland