aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-1/+2
2020-05-18riscv: Use text_mutex instead of patch_lockGravatar Zong Li 1-0/+13
2020-05-18riscv: Remove the 'riscv_' prefix of function nameGravatar Zong Li 1-1/+1
2020-03-26riscv: patch code by fixmap mappingGravatar Zong Li 1-9/+4
2020-01-03riscv: ftrace: correct the condition logic in function graph tracerGravatar Zong Li 1-1/+1
2019-02-11riscv: add missing newlines to printk messagesGravatar Johan Hovold 1-1/+1
2018-12-21riscv: remove unused variable in ftraceGravatar David Abdurachmanov 1-1/+0
2018-11-27riscv/function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-12/+2
2018-04-02riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportGravatar Alan Kao 1-1/+1
2018-04-02riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportGravatar Alan Kao 1-0/+17
2018-04-02riscv/ftrace: Add dynamic function graph tracer supportGravatar Alan Kao 1-1/+54
2018-04-02riscv/ftrace: Add dynamic function tracer supportGravatar Alan Kao 1-1/+102
2018-01-30riscv/ftrace: Add basic supportGravatar Alan Kao 1-0/+41