summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-111-0/+19
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
* riscv: Use text_mutex instead of patch_lockZong Li2020-05-181-0/+13
* riscv: Remove the 'riscv_' prefix of function nameZong Li2020-05-181-1/+1
* riscv: patch code by fixmap mappingZong Li2020-03-261-9/+4
* riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
* riscv: add missing newlines to printk messagesJohan Hovold2019-02-111-1/+1
* riscv: remove unused variable in ftraceDavid Abdurachmanov2018-12-211-1/+0
* riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-12/+2
* riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportAlan Kao2018-04-021-1/+1
* riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao2018-04-021-0/+17
* riscv/ftrace: Add dynamic function graph tracer supportAlan Kao2018-04-021-1/+54
* riscv/ftrace: Add dynamic function tracer supportAlan Kao2018-04-021-1/+102
* riscv/ftrace: Add basic supportAlan Kao2018-01-301-0/+41