aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/perf_callchain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-30riscv: Fix fill_callchain return valueNikita Shubin1-1/+1
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson1-13/+0
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang1-1/+1
2020-11-20riscv: Cleanup stacktraceKefeng Wang1-8/+2
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig1-1/+1
2019-09-04riscv: Add perf callchain supportMao Han1-0/+94