summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/mcount.S
Commit message (Expand)AuthorAgeFilesLines
* riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger2023-11-061-4/+4
* riscv: use ".L" local labels in assembly when applicableClément Léger2023-11-061-5/+5
* riscv: Add ftrace_stub_graphSami Tolvanen2023-08-231-0/+4
* riscv: Add types to indirectly called assembly functionsSami Tolvanen2023-08-231-2/+3
* riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-221-6/+1
* RISC-V: preserve a1 in mcountJamie Iles2022-12-021-2/+4
* RISC-V: reduce mcount save space on RV32Jamie Iles2022-12-021-16/+16
* RISC-V: use REG_S/REG_L for mcountJamie Iles2022-12-021-15/+15
* riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-04-261-5/+5
* RISC-V: remove the unused return_to_handler exportChristoph Hellwig2018-10-221-1/+0
* riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't setAlan Kao2018-06-111-1/+1
* riscv/ftrace: Add dynamic function tracer supportAlan Kao2018-04-021-9/+13
* riscv/ftrace: Add basic supportAlan Kao2018-01-301-0/+126