index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
ftrace.h
Age
Commit message (
Expand
)
Author
2025-11-11
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
2025-09-25
tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
Feng Yang
2024-12-26
ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
Masami Hiramatsu (Google)
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_fill_perf_regs() for perf event
Masami Hiramatsu (Google)
2024-12-26
tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
Masami Hiramatsu (Google)
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2024-10-15
ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
Steven Rostedt
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
2023-06-20
arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
2023-04-11
arm64: ftrace: Add direct call support
Florent Revest
2023-01-24
arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
Mark Rutland
2022-11-18
ftrace: arm64: move from REGS to ARGS
Mark Rutland
2022-09-26
treewide: Drop function_nocfi
Sami Tolvanen
2022-04-29
arm64/ftrace: Make function graph use ftrace directly
Chengming Zhou
2021-11-16
arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Mark Rutland
2021-10-12
arm64: ftrace: use function_nocfi for _mcount as well
Sumit Garg
2019-11-06
arm64: implement ftrace with regs
Torsten Duwe
2019-08-31
tracing/arm64: Have max stack tracer handle the case of return address after ...
Steven Rostedt (VMware)
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-12-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-11-30
arm64: ftrace: enable graph FP test
Mark Rutland
2018-11-29
arm64: ftrace: Fix to enable syscall events on arm64
Masami Hiramatsu
2016-03-04
arm64: Fix misspellings in comments.
Adam Buchbinder
2015-12-21
arm64: ftrace: fix a stack tracer's output under function graph tracer
AKASHI Takahiro
2014-05-29
arm64: ftrace: Add system call tracepoint
AKASHI Takahiro
2014-05-29
arm64: ftrace: Add CALLER_ADDRx macros
AKASHI Takahiro
2014-05-29
arm64: ftrace: Add dynamic ftrace support
AKASHI Takahiro
2014-05-29
arm64: Add ftrace support
AKASHI Takahiro