summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-90/+29
* Clean up machine dependent code for DTrace on ARM.gnn2015-02-111-1142/+31
* Initial version of DTrace on ARM32.gnn2015-02-108-1/+2216
* 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
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-075-1865/+169
* Whitespacejhibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:jhibbits2014-10-241-3/+15
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* Fix the stack tracing for dtrace/powerpc.jhibbits2014-09-172-21/+123
* Restore the correct value when disabling probes. Otherwise the instrumentedmarkj2014-08-241-3/+3
* Factor out the common code for function boundary tracing instead ofmarkj2014-08-167-1652/+702
* Use a C wrapper for trap() instead of checking and calling the DTrace trapmarkj2014-07-192-5/+8
* 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
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* MFV illumos r266986:rpaulo2014-06-261-0/+1
* Continue the crusade towards a dev_clone()-free kernel, removing itsdavide2014-06-254-84/+1
* Fix some bugs when fetching probe arguments in i386. Firstly ensure thatmarkj2014-06-232-10/+5
* Fix a couple of bugs on amd64 when fetching probe arguments beyond themarkj2014-06-231-10/+11
* Allow creation of SDT probes from a module in which no providers aremarkj2014-06-211-16/+17
* Update dis_tables.c to the latest Illumos version.grehan2014-05-151-17/+188
* Ensure that all eight syscall arguments are available to dtrace_probe(),markj2014-04-141-1/+7
* DTrace's pid provider works by inserting breakpoint instructions at probemarkj2014-04-141-0/+3
* Expose a few DTrace parameters as sysctls under kern.dtrace and addmarkj2014-03-012-3/+14
* Fix the struct reg mappings for i386 and amd64, which differ between illumosmarkj2014-02-271-0/+51
* Move some files that are identical on i386 and amd64 to an x86 subdirectorymarkj2014-02-276-5078/+0
* Revert r262466, as it does not compile on PowerPC.markj2014-02-261-5/+1
* Make all 8 syscall arguments available to syscall probes in the same waymarkj2014-02-251-1/+5
* Allocate the probe ID unrhdr before the DTrace kld_* event handlers aremarkj2013-12-311-2/+2
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatmarkj2013-12-312-4/+3
* Now that vmem(9) is available, use vmem arenas to allocate probe andmarkj2013-12-302-3/+4
* Fix a brain-o. I had misread the limit as a size, but it's a pointer.jhibbits2013-12-211-1/+1
* Fix a couple bugs in FBT PowerPC. Clamp the size to a 'instruction size' notjhibbits2013-12-201-2/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-262-2/+15
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-253-6/+0
* Fix the function search space.jhibbits2013-11-201-1/+1
* Remove references to an unused fasttrap probe hook, and remove themarkj2013-10-311-8/+0
* Do some cleanup of the SDT code. In particular,markj2013-10-261-71/+68
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.jhibbits2013-10-251-1/+2
* When fetching function arguments out of a frame on amd64, explicitly selectmarkj2013-10-211-1/+21
* Add a function, memstr, which can be used to convert a buffer ofmarkj2013-10-161-0/+2
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadmarkj2013-10-082-0/+4
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-5/+1
* Whitespace cleanup.jhibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:jhibbits2013-08-313-112/+261
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-243-9/+9
* fbt: drop a local write-only variableavg2013-08-231-6/+0
OpenPOWER on IntegriCloud