aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne2023-01-121-12/+20
* dtrace: remove unused definesMitchell Horne2023-01-123-20/+0
* dtrace: Drop illumos ifdefs for CPU register definitionsMark Johnston2022-10-122-60/+0
* kinst: Initial revisionChristos Margiolis2022-10-111-0/+2
* 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
* Adjust dtrace_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-111-0/+4
* Remove mips dtrace.Warner Losh2022-01-074-1309/+0
* dtrace: Use C99 fixed-width integer types.John Baldwin2021-12-281-12/+12
* Fix dtrace fbt return probes on arm64Andrew Turner2021-12-141-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-306-6/+0
* dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov2021-08-081-1/+1
* x86: remove gcov kernel supportKonstantin Belousov2021-04-021-2/+1
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-0/+5
* 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-121-0/+6
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-113-3/+6
* Check that the frame pointer is within the current stack.John Baldwin2020-12-081-12/+7
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-081-4/+4
* 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
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Add a kstack_contains() helper function.John Baldwin2020-12-012-22/+10
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-111-4/+4
* Tighten frame pointer checking in DTrace's amd64 stack unwinder.Mark Johnston2020-09-011-5/+9
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-1/+0
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-1/+2
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-211-1/+1
* Don't overflow the trap frame when accessing lr or xzr.Andrew Turner2020-07-171-4/+29
* Fix entering KDB with dtrace-enabled kernel.Ruslan Bukin2020-05-261-0/+6
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-211-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+7
* dtrace: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-4/+6
* Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* dtrace: 64-bits registers supportMariusz Zaborski2019-10-041-0/+4
* Implement x86 dtrace_invop_(un)init() in C.Mark Johnston2019-09-234-34/+38
* dtrace: 64-bits registers supportMariusz Zaborski2019-06-051-0/+4
* powerpc/dtrace: Actually fix stack tracesJustin Hibbits2019-05-172-22/+25
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-161-7/+7
* powerpc/dtrace: Fix dtrace powerpc asm, and simplify stack walkingJustin Hibbits2019-04-132-42/+22
* Use an explicit comparison with VM_GUEST_NO.Mark Johnston2019-03-212-2/+2
* Don't attempt to measure TSC skew when running as a VM guest.Mark Johnston2019-03-212-0/+6