aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-07-241-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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
* 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-171-22/+15
* powerpc/dtrace: Fix dtrace powerpc asm, and simplify stack walkingJustin Hibbits2019-04-131-38/+13
* 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
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-111-30/+27
* Two fixups for dtraceJustin Hibbits2016-08-061-1/+1
* dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon2015-09-291-1/+0
* Fix the stack tracing for dtrace/powerpc.Justin Hibbits2014-09-171-19/+121
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits2013-10-251-1/+2
* Fixes for DTrace on PowerPC:Justin Hibbits2013-08-311-33/+67
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-191-0/+4
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-181-0/+14
* Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view toJustin Hibbits2013-02-031-24/+59
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-071-0/+534