summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make dtrace_copy() actually work on PowerPC. Although unused currently,jhibbits2013-08-221-4/+4
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.jhibbits2013-08-192-0/+15
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosmarkj2013-08-171-2/+6
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-143-23/+23
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-134-79/+227
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-062-0/+4
* dtrace disassembler: take the latest/last CDDL code from OpenSolarisavg2013-07-294-388/+3680
* Hide references to mod_lock. In FreeBSD it is always acquired with themarkj2013-07-053-9/+8
* The dtmalloc provider uses the short description of a malloc type as themarkj2013-06-281-0/+10
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-021-0/+37
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-121-0/+2
* fbt_getargdesc: correctly handle types for return probesavg2013-03-231-5/+17
* fbt_typoff_init: fix an off by one in determining required memory sizeavg2013-03-231-0/+2
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-184-43/+1422
* Fix warning: comparison of unsigned expression < 0 is always false.pluknet2013-02-081-1/+1
* Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view tojhibbits2013-02-032-66/+61
* Correct a series of errors in the hand-rolled locking for drace_debug.c:rstone2012-12-231-44/+54
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-076-1/+1076
* Change UL to ULL since time is 32 bits.gnn2012-07-172-2/+2
* Add support for walltimestamp in DTrace.gnn2012-07-162-4/+14
* r237748 continuation: fix nopw (0f 1f) behavior with respect to modifiersavg2012-07-062-2/+2
* r237748 continuation: segment-override prefixes are not invalid in long modeavg2012-07-062-8/+8
* dtrace instruction decoder: add 0x0f 0x1f NOP opcode supportavg2012-06-292-2/+2
* Integrate a fix for a very odd signal delivery problem foundgnn2012-06-042-14/+24
* Fix DTrace TSC skew calculation:zml2012-06-042-2/+2
OpenPOWER on IntegriCloud