aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/arm
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* dtrace: remove unused definesMitchell Horne2023-01-231-8/+0
* dtrace: Add a "regs" variableMark Johnston2022-10-181-7/+9
* Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-121-1/+0
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-111-1/+2
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-211-1/+1
* Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* 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