aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-061-1/+1
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-112-7/+13
* 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-255-2/+4
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-1/+2
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-212-7/+13
* 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
* Clear systrace_args_func when systrace probes are disabled.Mark Johnston2020-02-281-6/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-263-4/+9
* 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: Fix fbt function probing for ELFv2Justin Hibbits2019-05-271-0/+2
* 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
* Fix a tracepoint lookup race in fasttrap_pid_probe().Mark Johnston2019-02-211-1/+4
* dtrace: fix userspace access on boxes with SMAPMateusz Guzik2018-12-132-14/+161
* DTrace/powerpc: Fix FBT return probesJustin Hibbits2018-11-211-1/+1
* powerpc/dtrace: Use explicit bit numbers to mask out PSL_EEJustin Hibbits2018-10-211-1/+1
* Various fixes for TLB management on RISC-V.John Baldwin2018-10-151-2/+2
* Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin2018-09-032-24/+134
* Fix the hash table lookup in fbt_destroy().Mark Johnston2018-09-021-1/+1
* Allow multiple FBT probes to share a tracepoint.Mark Johnston2018-08-288-47/+97
* dtrace/powerpc: Correct register indices for non-indexed registers in the tra...Justin Hibbits2018-07-161-7/+7
* Revert r326083, it doesn't behave as expected.Justin Hibbits2018-06-031-1/+1
* Protect dtrace_getpcstack() from a NULL stack pointer in a trap frameJustin Hibbits2018-05-301-1/+5
* DTrace aarch64: Avoid calling unwind_frame() in the probe context.Mark Johnston2018-05-121-4/+8
* systrace: track it like sdt probesMateusz Guzik2018-04-271-0/+8
* dtrace: depessimize dtmalloc when dtrace is activeMateusz Guzik2018-04-241-0/+9
* lockstat: track lockstat just like sdt probesMateusz Guzik2018-04-241-4/+11
* Assert that dtrace_probe() doesn't re-enter itself.Mark Johnston2018-04-101-0/+2
* Remove very old and unused signal information codes.John Baldwin2018-03-272-0/+2
* 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