aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/arm/dtrace_isa.c
Commit message (Expand)AuthorAgeFilesLines
* 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-89/+28
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-0/+356