summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/fbt
AgeCommit message (Expand)Author
2025-10-29dtrace/arm64: properly traverse the symbol tableKonrad Witaszczyk
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-29dtrace/arm64: Fix enumeration of FBT return probesMark Johnston
2024-11-23dtrace: Add some more annotations for KMSANMark Johnston
2024-07-24dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston
2024-03-15arm64: Use void pointers for arguments to arm64_get_writable_addrJohn Baldwin
2024-03-15arm64: Switch the address argument to cpu_*cache* to a pointerJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-03dtrace: fix fbt regression for aarch64Igor Ostapenko
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-03fbt: simplify arm64 function-prologue parsingChristos Margiolis
2023-06-03dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis
2023-05-30dtrace: deduplicate some RISC-V functionsChristos Margiolis
2023-05-11fbt/x86: update FBT_AFRAMES to match the trap handlersChuck Silvers
2023-05-01fbt: get rid of redundant definesChristos Margiolis
2023-03-11dtrace/powerpc: Adjust AFRAMES for fbt and profileJustin Hibbits
2023-01-12dtrace: correct the aframes value for fbt providerMitchell Horne
2023-01-12dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne
2022-11-01dtrace: Fix the i386 FBT buildMark Johnston
2022-10-31dtrace: Fix up %rip for invop probes on x86Mark Johnston
2022-08-09fbt/x86: Extract arg1 for return probes from the trapframeMark Johnston
2022-07-21Adjust fbt_unload() definition to avoid clang 15 warningDimitry Andric
2022-06-01dtrace: remove /dev/dtrace/fbtChristos Margiolis
2022-03-07fbt: Add support for CTFv3 containersMark Johnston
2022-02-23fbt: Remove handling for CTFv1Mark Johnston
2022-01-19Teach DTrace about BTI on arm64Andrew Turner
2022-01-07Remove mips dtrace.Warner Losh
2021-12-14Fix dtrace fbt return probes on arm64Andrew Turner
2021-10-01Allow ddb and dtrace use the DMAP region on arm64Andrew Turner
2021-08-16sys/cddl: remove extraneous semicolonsEd Maste
2021-04-02fbt: Remove some handling for multiple CTF containersMark Johnston
2021-03-22Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson
2021-03-03Handle functions that use a nop in the arm64 fbtAndrew Turner
2021-01-12Handle using a sub instruction in the arm64 fbtAndrew Turner
2021-01-12Only allow a store through sp in the arm64 fbtAndrew Turner
2021-01-12dtrace: Blacklist riscv exception handlers for fbtKristof Provost
2021-01-11Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson
2020-12-08Check that the frame pointer is within the current stack.John Baldwin
2020-12-08Stack unwinding robustness fixes for RISC-V.John Baldwin
2020-09-11dtrace: fix fbt return probes on RISC-VKristof Provost
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-07-21dtrace/fbt: fix return probe arguments on armAndriy Gapon
2019-05-27powerpc/dtrace: Fix fbt function probing for ELFv2Justin Hibbits
2018-11-21DTrace/powerpc: Fix FBT return probesJustin Hibbits
2018-10-15Various fixes for TLB management on RISC-V.John Baldwin
2018-09-03Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin
2018-09-02Fix the hash table lookup in fbt_destroy().Mark Johnston
2018-08-28Allow multiple FBT probes to share a tracepoint.Mark Johnston
2018-03-20Revert part of r331264: disable interrupts before disabling WP.Mark Johnston
2018-03-20Make use of the KPI added in r331252.Mark Johnston