summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/powerpc
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-03-13dtrace/powerpc: Remove accidental commented out lineJustin Hibbits
2023-03-11dtrace/powerpc: "Fix" stack traces across trap framesJustin Hibbits
2022-10-04dtrace: Add a "regs" variableMark Johnston
2022-08-14Adjust function definition in powerpc'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
2019-05-17powerpc/dtrace: Actually fix stack tracesJustin Hibbits
2019-04-13powerpc/dtrace: Fix dtrace powerpc asm, and simplify stack walkingJustin Hibbits
2018-10-21powerpc/dtrace: Use explicit bit numbers to mask out PSL_EEJustin Hibbits
2018-07-16dtrace/powerpc: Correct register indices for non-indexed registers in the tra...Justin Hibbits
2018-05-30Protect dtrace_getpcstack() from a NULL stack pointer in a trap frameJustin Hibbits
2018-03-20Rename assym.s to assym.incEd Maste
2017-06-09Follow up r313841 on powerpcJustin Hibbits
2017-05-11Fix stack tracing in dtrace for powerpcJustin Hibbits
2017-04-09Corrected misspelled versions of rendezvous.Patrick Kelsey
2016-08-06Two fixups for dtraceJustin Hibbits
2016-05-14Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin
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
2015-09-29dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon
2015-04-24Fix DTrace's panic() action.Mark Johnston
2015-03-05Fix build after unifying DAR/DEAR storage in trap frame.Nathan Whitehorn
2014-12-23Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston
2014-09-17Fix the stack tracing for dtrace/powerpc.Justin Hibbits
2014-07-14Invoke the DTrace trap handler before calling trap() on amd64. This matchesMark Johnston
2013-10-25ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits
2013-09-02Whitespace cleanup.Justin Hibbits
2013-08-31Fixes for DTrace on PowerPC:Justin Hibbits
2013-08-22Make dtrace_copy() actually work on PowerPC. Although unused currently,Justin Hibbits
2013-08-19Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits
2013-03-18Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits
2013-02-03Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view toJustin Hibbits
2012-11-07Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits