aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt/powerpc
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* fbt: get rid of redundant definesChristos Margiolis2023-05-011-2/+0
* dtrace/powerpc: Adjust AFRAMES for fbt and profileJustin Hibbits2023-03-111-1/+1
* powerpc/dtrace: Fix fbt function probing for ELFv2Justin Hibbits2019-05-271-0/+2
* DTrace/powerpc: Fix FBT return probesJustin Hibbits2018-11-211-1/+1
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-281-1/+1
* Fix the encoded instruction for FBT traps on powerpcJustin Hibbits2017-05-101-1/+1
* Fix check for fbt_excluded() in powerpcJustin Hibbits2017-05-101-1/+1
* Consistently use fbt_excluded() on all architectures.Mark Johnston2016-12-101-9/+1
* Allow tracing of functions prefixed by "__".Mark Johnston2016-10-021-3/+0
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-171-2/+1
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-031-1/+0
* WhitespaceJustin Hibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:Justin Hibbits2014-10-241-3/+15
* Fix the stack tracing for dtrace/powerpc.Justin Hibbits2014-09-171-2/+2
* Factor out the common code for function boundary tracing instead ofMark Johnston2014-08-162-0/+271