aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt/riscv
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* dtrace: deduplicate some RISC-V functionsChristos Margiolis2023-05-301-52/+4
* fbt: get rid of redundant definesChristos Margiolis2023-05-011-2/+0
* dtrace: correct the aframes value for fbt providerMitchell Horne2023-01-121-2/+3
* dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne2023-01-121-1/+1
* dtrace: Blacklist riscv exception handlers for fbtKristof Provost2021-01-121-0/+13
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-111-3/+9
* Various fixes for TLB management on RISC-V.John Baldwin2018-10-151-2/+2
* Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin2018-09-031-10/+92
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-281-1/+1
* Remove unused variables.Ruslan Bukin2016-07-291-2/+0
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-242-0/+195