aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt/aarch64
Commit message (Expand)AuthorAgeFilesLines
* dtrace/arm64: properly traverse the symbol tableKonrad Witaszczyk2025-10-291-1/+1
* dtrace/arm64: Fix enumeration of FBT return probesMark Johnston2025-01-291-2/+1
* arm64: Use void pointers for arguments to arm64_get_writable_addrJohn Baldwin2024-03-151-2/+2
* arm64: Switch the address argument to cpu_*cache* to a pointerJohn Baldwin2024-03-151-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* dtrace: fix fbt regression for aarch64Igor Ostapenko2023-10-031-9/+8
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* fbt: simplify arm64 function-prologue parsingChristos Margiolis2023-06-031-26/+16
* dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis2023-06-031-4/+1
* fbt: get rid of redundant definesChristos Margiolis2023-05-011-2/+0
* Teach DTrace about BTI on arm64Andrew Turner2022-01-191-0/+8
* Fix dtrace fbt return probes on arm64Andrew Turner2021-12-141-5/+11
* Allow ddb and dtrace use the DMAP region on arm64Andrew Turner2021-10-011-1/+5
* Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson2021-03-221-2/+3
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-19/+32
* Handle using a sub instruction in the arm64 fbtAndrew Turner2021-01-121-1/+16
* Only allow a store through sp in the arm64 fbtAndrew Turner2021-01-121-3/+13
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-111-0/+8
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-281-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-171-3/+1
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-031-1/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-012-0/+210