aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/powerpc
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementationsMark Johnston2025-09-181-25/+0
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-07-241-0/+2
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* dtrace: rename rp to frame in dtrace_getreg()Christos Margiolis2023-05-231-9/+9
* dtrace/powerpc: Remove accidental commented out lineJustin Hibbits2023-03-131-1/+0
* dtrace/powerpc: "Fix" stack traces across trap framesJustin Hibbits2023-03-111-6/+15
* dtrace: Add a "regs" variableMark Johnston2022-10-041-7/+9
* Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* powerpc/dtrace: Actually fix stack tracesJustin Hibbits2019-05-172-22/+25
* powerpc/dtrace: Fix dtrace powerpc asm, and simplify stack walkingJustin Hibbits2019-04-132-42/+22
* powerpc/dtrace: Use explicit bit numbers to mask out PSL_EEJustin Hibbits2018-10-211-1/+1
* dtrace/powerpc: Correct register indices for non-indexed registers in the tra...Justin Hibbits2018-07-161-7/+7
* Protect dtrace_getpcstack() from a NULL stack pointer in a trap frameJustin Hibbits2018-05-301-1/+5
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Follow up r313841 on powerpcJustin Hibbits2017-06-091-1/+6
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-111-30/+27
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-3/+3
* Two fixups for dtraceJustin Hibbits2016-08-062-2/+8
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-2/+7
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-171-9/+8
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-171-2/+0
* dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon2015-09-291-1/+0
* Fix DTrace's panic() action.Mark Johnston2015-04-241-40/+0
* Fix build after unifying DAR/DEAR storage in trap frame.Nathan Whitehorn2015-03-051-1/+1
* Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston2014-12-231-2/+3
* Fix the stack tracing for dtrace/powerpc.Justin Hibbits2014-09-171-19/+121
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesMark Johnston2014-07-141-4/+3
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits2013-10-251-1/+2
* Whitespace cleanup.Justin Hibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:Justin Hibbits2013-08-312-88/+207
* Make dtrace_copy() actually work on PowerPC. Although unused currently,Justin Hibbits2013-08-221-4/+4
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-192-0/+15
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-183-43/+101
* Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view toJustin Hibbits2013-02-032-66/+61
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-074-0/+1067