summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/arm
AgeCommit message (Expand)Author
2025-09-18dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementationsMark Johnston
2024-07-24dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-23dtrace: rename rp to frame in dtrace_getreg()Christos Margiolis
2023-01-12dtrace: remove unused definesMitchell Horne
2022-10-04dtrace: Add a "regs" variableMark Johnston
2022-08-14Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warningDimitry Andric
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-01-11Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson
2020-07-21dtrace/fbt: fix return probe arguments on armAndriy Gapon
2020-01-09Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore
2018-03-20Rename assym.s to assym.incEd Maste
2017-04-09Corrected misspelled versions of rendezvous.Patrick Kelsey
2016-11-08Fix improper use of "its".Bryan Drewery
2016-11-07Fix include order as required post r308415Oleksandr Tymoshenko
2016-04-17Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston
2016-03-17Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston
2016-02-22As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus
2015-06-10Don't re-define LOCORE when dtrace is built-in to the kernel.Ruslan Bukin
2015-04-24Fix DTrace's panic() action.Mark Johnston
2015-03-15On ARM, unlike some other architectures, saved $pc values from in-kernelRobert Watson
2015-03-07Add support for walltimestamp to DTrace on ARM.George V. Neville-Neil
2015-03-05dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetAndrew Turner
2015-03-05Add the MD parts of dtrace needed to use fbt on ARM. For this we need toAndrew Turner
2015-03-01Fix the dtrace ARM atomic compare-and-set functions. These functions areAndrew Turner
2015-02-19Use the ARM unwinder with dtrace to extract the stack when asked. With thisAndrew Turner
2015-02-10Initial version of DTrace on ARM32.George V. Neville-Neil