summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/ftrace.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-18riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai1-0/+7
2024-01-18riscv: ftrace: Make function graph use ftrace directlySong Shuai1-1/+10
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti1-0/+21
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+21
2023-03-10RISC-V: Don't check text_mutex during stop_machineConor Dooley1-1/+1
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren1-12/+38
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-2/+12
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt1-0/+7
2019-11-12riscv: clean up the macro format in each header fileZong Li1-0/+5
2018-04-03riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao1-0/+1
2018-04-03riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportAlan Kao1-0/+1
2018-04-03riscv/ftrace: Add dynamic function tracer supportAlan Kao1-0/+54
2018-01-31riscv/ftrace: Add basic supportAlan Kao1-0/+10