aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include/asm/ftrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20Merge patch series "riscv: Add runtime constant support"Alexandre Ghiti1-1/+0
2025-03-20riscv: Move nop definition to insn-def.hCharlie Jenkins1-1/+0
2025-03-18riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_raJuhan Jin1-2/+2
2025-03-18riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()Charlie Jenkins1-1/+1
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-0/+5
2024-12-26tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regsMasami Hiramatsu (Google)1-0/+14
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-21/+5
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt1-0/+1
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-9/+12
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-1/+0
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan1-7/+69
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-12/+2
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-12/+2
2024-02-22arch and include: update LLVM Phabricator linksNathan Chancellor1-1/+1
2024-02-22riscv: add CALLER_ADDRx supportZong Li1-0/+5
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai1-0/+7
2024-01-17riscv: 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-09RISC-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-02riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao1-0/+1
2018-04-02riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportAlan Kao1-0/+1
2018-04-02riscv/ftrace: Add dynamic function tracer supportAlan Kao1-0/+54
2018-01-30riscv/ftrace: Add basic supportAlan Kao1-0/+10