summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/perf_callchain.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix fill_callchain return valueNikita Shubin2022-03-301-1/+1
* uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
* perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson2021-11-171-13/+0
* perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-2/+5
* riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-201-1/+1
* riscv: Cleanup stacktraceKefeng Wang2020-11-201-8/+2
* riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-1/+1
* riscv: Add perf callchain supportMao Han2019-09-041-0/+94