aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/arm/dtrace_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* dtrace: rename rp to frame in dtrace_getreg()Christos Margiolis2023-05-231-1/+1
* dtrace: remove unused definesMitchell Horne2023-01-121-8/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* On ARM, unlike some other architectures, saved $pc values from in-kernelRobert Watson2015-03-151-6/+6
* Fix the dtrace ARM atomic compare-and-set functions. These functions areAndrew Turner2015-03-011-31/+0
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisAndrew Turner2015-02-191-90/+29
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-0/+356