aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt/x86
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-07-241-1/+1
* 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/x86: update FBT_AFRAMES to match the trap handlersChuck Silvers2023-05-111-2/+4
* fbt: get rid of redundant definesChristos Margiolis2023-05-011-3/+0
* dtrace: Fix the i386 FBT buildMark Johnston2022-11-011-0/+8
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-311-0/+8
* fbt/x86: Extract arg1 for return probes from the trapframeMark Johnston2022-08-091-2/+4
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-281-7/+21
* Revert part of r331264: disable interrupts before disabling WP.Mark Johnston2018-03-201-0/+3
* Make use of the KPI added in r331252.Mark Johnston2018-03-201-7/+4
* Unbreak amd64 FBT after r330539.Mark Johnston2018-03-061-0/+9
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-2/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+2
* Consistently use fbt_excluded() on all architectures.Mark Johnston2016-12-101-14/+8
* 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-12/+37
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-031-1/+0
* Factor out the common code for function boundary tracing instead ofMark Johnston2014-08-162-0/+346