aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon2015-09-292-2/+0
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,Mark Johnston2015-09-111-1/+1
* When checking for the valid value of the frame pointer, verify that itKonstantin Belousov2015-07-162-8/+8
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-021-3/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-014-0/+822
* Don't re-define LOCORE when dtrace is built-in to the kernel.Ruslan Bukin2015-06-101-1/+0
* Remove unused references to calltrap.Mark Johnston2015-05-252-4/+0
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* Fix DTrace's panic() action.Mark Johnston2015-04-246-477/+0