aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/riscv/dtrace_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* dtrace: deduplicate some RISC-V functionsChristos Margiolis2023-05-301-0/+73
* dtrace: rename rp to frame in dtrace_getreg()Christos Margiolis2023-05-231-11/+11
* dtrace: add register bindings for RISC-VChristos Margiolis2023-04-201-4/+28
* dtrace: implement riscv dtrace_getustackdepth()Mitchell Horne2023-02-061-4/+27
* dtrace: Fix RISC-V user stack unwinderJessica Clarke2023-02-061-3/+2
* dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne2023-01-121-12/+20
* dtrace: remove unused definesMitchell Horne2023-01-121-6/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* riscv: fix kernel buildMitchell Horne2021-01-151-0/+2
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-081-4/+4
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-241-0/+394