aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* powerpc/dtrace: Use explicit bit numbers to mask out PSL_EEJustin Hibbits2018-10-211-1/+1
* Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin2018-09-031-14/+42
* dtrace/powerpc: Correct register indices for non-indexed registers in the tra...Justin Hibbits2018-07-161-7/+7
* 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
* 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
* Rename assym.s to assym.incEd Maste2018-03-206-6/+6
* 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
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-062-2/+2
* Follow up r313841 on powerpcJustin Hibbits2017-06-091-1/+6
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-111-30/+27
* 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
* Fix initialization of "p" after r312658.Mark Johnston2017-01-251-1/+1
* Remove the DTRACEHIOC_ADD ioctl.Mark Johnston2017-01-231-8/+3
* Add tunable to disable destructive dtraceGeorge V. Neville-Neil2016-11-232-0/+14
* Fix improper use of "its".Bryan Drewery2016-11-083-3/+3
* Fix include order as required post r308415Oleksandr Tymoshenko2016-11-071-1/+1
* Two fixups for dtraceJustin Hibbits2016-08-062-2/+8
* Update RISC-V port to Privileged Architecture Version 1.9.Ruslan Bukin2016-08-022-5/+5
* Merge {amd64,i386}/instr_size.c into x86_instr_size.c.Mark Johnston2016-07-202-141/+3
* Set oldfp so the check for fp == oldfp works as expected.Andrew Turner2016-05-311-1/+3
* Correct the implementation of dtrace_interrupt_disable/enable.Ruslan Bukin2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theAndrew Turner2016-05-271-1/+2
* Try to unbreak the build after r300611 by including the headerBjoern A. Zeeb2016-05-241-0/+1
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-244-0/+903
* Mark all memory before the kernel as toxic to DTrace.Andrew Turner2016-05-241-1/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-144-24/+74
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-052-25/+85
* add invpcid instruction to i386 dtrace disassembler tablesAndriy Gapon2016-04-291-1/+1
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.Mark Johnston2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsAndriy Gapon2016-04-221-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-1710-53/+53
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.Mark Johnston2016-04-102-36/+60
* Implement dtrace_getupcstack in ARM64Wojciech Macek2016-04-061-1/+118
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-176-13/+0
* Fix a couple of silly mistakes in r291962.Mark Johnston2016-03-081-2/+2
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-223-3/+0
* Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston2015-12-171-1/+2
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.Mark Johnston2015-12-071-16/+38
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding theMark Johnston2015-11-191-2/+2