summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
* MFC r303796:jhibbits2016-12-232-2/+8
* MFC: 309069gnn2016-12-202-0/+14
* Set oldfp so the check for fp == oldfp works as expected.andrew2016-05-311-1/+3
* Correct the implementation of dtrace_interrupt_disable/enable.br2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theandrew2016-05-271-1/+2
* Try to unbreak the build after r300611 by including the headerbz2016-05-241-0/+1
* Add initial DTrace support for RISC-V.br2016-05-244-0/+903
* Mark all memory before the kernel as toxic to DTrace.andrew2016-05-241-1/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-144-24/+74
* Implement FBT provider (MD part) for DTrace on MIPS.br2016-05-052-25/+85
* add invpcid instruction to i386 dtrace disassembler tablesavg2016-04-291-1/+1
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.markj2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsavg2016-04-221-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.markj2016-04-1710-53/+53
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.markj2016-04-102-36/+60
* Implement dtrace_getupcstack in ARM64wma2016-04-061-1/+118
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-176-13/+0
* Fix a couple of silly mistakes in r291962.markj2016-03-081-2/+2
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-223-3/+0
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-171-1/+2
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-071-16/+38
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding themarkj2015-11-191-2/+2
* dtrace_getarg: remove stray return statement on amd64, powerpcavg2015-09-292-2/+0
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,markj2015-09-111-1/+1
* When checking for the valid value of the frame pointer, verify that itkib2015-07-162-8/+8
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-021-3/+0
* First cut of DTrace for AArch64.br2015-07-014-0/+822
* Don't re-define LOCORE when dtrace is built-in to the kernel.br2015-06-101-1/+0
* Remove unused references to calltrap.markj2015-05-252-4/+0
* Remove some commented-out upstream code for handling traps from usermodemarkj2015-05-102-224/+0
* Fix DTrace's panic() action.markj2015-04-246-477/+0
* libdtrace: add support for lazyload mode.markj2015-04-081-3/+4
* Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate.markj2015-03-302-2/+44
* On ARM, unlike some other architectures, saved $pc values from in-kernelrwatson2015-03-151-6/+6
* Add support for walltimestamp to DTrace on ARM.gnn2015-03-071-3/+4
* dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetandrew2015-03-051-5/+3
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toandrew2015-03-051-6/+91
* Fix build after unifying DAR/DEAR storage in trap frame.nwhitehorn2015-03-051-1/+1
* Fix the dtrace ARM atomic compare-and-set functions. These functions areandrew2015-03-012-31/+22
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-90/+29
* Initial version of DTrace on ARM32.gnn2015-02-104-0/+871
* MFV r266993:pfg2015-02-032-16/+0
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-174-17/+17
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-234-10/+8
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* Fix the stack tracing for dtrace/powerpc.jhibbits2014-09-171-19/+121
* Use a C wrapper for trap() instead of checking and calling the DTrace trapmarkj2014-07-191-3/+1
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-144-19/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
OpenPOWER on IntegriCloud