aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/arm
Commit message (Expand)AuthorAgeFilesLines
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Fix include order as required post r308415Oleksandr Tymoshenko2016-11-071-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-171-7/+7
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-171-2/+0
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* Don't re-define LOCORE when dtrace is built-in to the kernel.Ruslan Bukin2015-06-101-1/+0
* Fix DTrace's panic() action.Mark Johnston2015-04-241-18/+0
* On ARM, unlike some other architectures, saved $pc values from in-kernelRobert Watson2015-03-151-6/+6
* Add support for walltimestamp to DTrace on ARM.George V. Neville-Neil2015-03-071-3/+4
* dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetAndrew Turner2015-03-051-5/+3
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toAndrew Turner2015-03-051-6/+91
* Fix the dtrace ARM atomic compare-and-set functions. These functions areAndrew Turner2015-03-012-31/+22
* 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-104-0/+871