summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-091-2/+11
* riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-02-151-46/+19
* ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-4/+2
* ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
* riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-141-45/+50
* risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta2020-11-041-1/+1
* 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