aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt/arm
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-3/+0
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-211-6/+12
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-281-1/+1
* Use the kernel stack in the ARM FBT DTrace provider. This is used to findAndrew Turner2017-01-181-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
* ARM: Rename remaining ARMv4 specific function in DTrace code.Michal Meloun2016-02-061-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theAndrew Turner2015-12-231-5/+13
* Move the check to see if we are tracing a function with the DTrace FunctionAndrew Turner2015-12-051-17/+13
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-031-1/+0
* Now that DTrace stack traces handle exception frames better, skip fewerRobert Watson2015-03-151-1/+1
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toAndrew Turner2015-03-051-2/+2
* Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), asRobert Watson2015-03-051-0/+7
* Clean up machine dependent code for DTrace on ARM.George V. Neville-Neil2015-02-111-1142/+31
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-0/+1333