summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/mcount.S
AgeCommit message (Expand)AuthorFilesLines
2024-02-23riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-5/+5
2024-01-10use linux/export.h rather than asm-generic/export.hAl Viro1-1/+1
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger1-4/+4
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger1-5/+5
2023-08-24riscv: Add ftrace_stub_graphSami Tolvanen1-0/+4
2023-08-24riscv: Add types to indirectly called assembly functionsSami Tolvanen1-2/+3
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-6/+1
2022-12-02RISC-V: preserve a1 in mcountJamie Iles1-2/+4
2022-12-02RISC-V: reduce mcount save space on RV32Jamie Iles1-16/+16
2022-12-02RISC-V: use REG_S/REG_L for mcountJamie Iles1-15/+15
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-5/+5
2018-10-23RISC-V: remove the unused return_to_handler exportChristoph Hellwig1-1/+0
2018-06-11riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't setAlan Kao1-1/+1
2018-04-03riscv/ftrace: Add dynamic function tracer supportAlan Kao1-9/+13
2018-01-31riscv/ftrace: Add basic supportAlan Kao1-0/+126