aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename assym.s to assym.incEd Maste2018-03-206-6/+6
* Unbreak amd64 FBT after r330539.Mark Johnston2018-03-061-0/+9
* Avoid CPU migration in dtrace_gethrtime() on x86.Mark Johnston2017-12-182-6/+12
* Don't use pcpu_find() to determine if a CPU ID is valid.Mark Johnston2017-11-271-8/+2
* PowerPC has 12 artificial frames for the profilerJustin Hibbits2017-11-221-1/+1
* sdt: make all sdt probe sites test one variableMateusz Guzik2017-10-221-0/+8
* Use C99 initializers for DTrace provider methods.Mark Johnston2017-09-276-60/+60
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-063-3/+2
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Follow up r313841 on powerpcJustin Hibbits2017-06-091-1/+6
* Ensure that profile and tick probes provide a non-zero PC value.Mark Johnston2017-05-151-36/+24
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-111-30/+27
* Fix the encoded instruction for FBT traps on powerpcJustin Hibbits2017-05-101-1/+1
* Fix check for fbt_excluded() in powerpcJustin Hibbits2017-05-101-1/+1
* Fix a harmless LOR in dtrace_load().Mark Johnston2017-05-011-9/+1
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-097-17/+17
* Fix a backwards comparison in the code to dump a DTrace debug buffer.Mark Johnston2017-03-131-1/+1
* Directly include needed headers rather than relying on pollution.Mark Johnston2017-02-172-0/+4
* Prevent CPU migration when checking the DTrace nofault flag on x86.Mark Johnston2017-02-162-2/+16
* Use PC-relative relocations for USDT probe sites on i386 and amd64.Mark Johnston2017-02-051-1/+2
* Sync the x86 dis_tables.c with upstream.Mark Johnston2017-02-032-53/+639
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-2/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+2
* Fix initialization of "p" after r312658.Mark Johnston2017-01-251-1/+1