aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-312-1/+15
* kinst: Clarify a comment in the trampoline allocatorMark Johnston2022-10-141-4/+5
* kinst: Remove an unused constantMark Johnston2022-10-141-5/+0
* dtrace: Drop illumos ifdefs for CPU register definitionsMark Johnston2022-10-122-60/+0
* kinst: Initial revisionChristos Margiolis2022-10-116-0/+1204
* dtrace: Add a "regs" variableMark Johnston2022-10-047-36/+56
* Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* dtrace/amd64: Implement emulation of call instructionsMark Johnston2022-08-092-7/+55
* fbt/x86: Extract arg1 for return probes from the trapframeMark Johnston2022-08-091-2/+4
* Adjust fbt_unload() definition to avoid clang 15 warningDimitry Andric2022-07-211-1/+1
* Adjust prototype_unload() definition to avoid clang 15 warningDimitry Andric2022-07-201-1/+1
* Adjust dtrace_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust profile_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust dtmalloc_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* dtrace: add warning for /dev/dtrace/prototypeChristos Margiolis2022-06-011-1/+4
* dtrace: remove /dev/dtrace/fbtChristos Margiolis2022-06-011-20/+0
* dtrace: remove /dev/dtrace/profileChristos Margiolis2022-06-011-21/+0
* dtrace: remove /dev/dtrace/dtmallocChristos Margiolis2022-06-011-20/+0
* fbt: Add support for CTFv3 containersMark Johnston2022-03-071-78/+231
* fbt: Remove handling for CTFv1Mark Johnston2022-02-231-2/+1
* Teach DTrace about BTI on arm64Andrew Turner2022-01-191-0/+8
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-111-0/+4
* Remove mips dtrace.Warner Losh2022-01-076-1503/+0
* dtrace: Use C99 fixed-width integer types.John Baldwin2021-12-281-12/+12
* Fix dtrace fbt return probes on arm64Andrew Turner2021-12-142-6/+12
* Allow ddb and dtrace use the DMAP region on arm64Andrew Turner2021-10-011-1/+5
* kern: drop remaining references to removed makesyscalls.shKyle Evans2021-09-101-2/+2
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-306-6/+0
* sys/cddl: remove extraneous semicolonsEd Maste2021-08-161-2/+2
* dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov2021-08-081-1/+1
* fbt: Remove some handling for multiple CTF containersMark Johnston2021-04-021-35/+9
* x86: remove gcov kernel supportKonstantin Belousov2021-04-021-2/+1
* Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson2021-03-222-4/+4
* DTrace: remove sparc64 remnants in non-contrib codeEd Maste2021-03-221-17/+0
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-032-19/+37
* Reimplement the arm64 dtrace_gethrtime(), which provides theRobert Watson2021-02-191-10/+13
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-011-10/+1
* riscv: fix kernel buildMitchell Horne2021-01-151-0/+2
* Handle using a sub instruction in the arm64 fbtAndrew Turner2021-01-122-1/+22
* Only allow a store through sp in the arm64 fbtAndrew Turner2021-01-121-3/+13
* dtrace: Blacklist riscv exception handlers for fbtKristof Provost2021-01-121-0/+13
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-115-3/+25
* Check that the frame pointer is within the current stack.John Baldwin2020-12-082-13/+8
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-082-4/+13
* sdt: Create providers and probes in separate passes when loading sdt.koMark Johnston2020-12-031-17/+39
* Fix syntaxKonstantin Belousov2020-12-011-2/+3
* Fix syntaxKonstantin Belousov2020-12-011-2/+2
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-011-4/+4