summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
* MFC r256822:markj2014-08-041-1/+21
* MFC r256571:markj2014-08-041-0/+3
* MFC r264434:markj2014-07-311-0/+3
* MFC 267929, 267937, 267939, 267940, 267941, 267942, 267987, 268006:rpaulo2014-07-121-0/+1
* MFC r262665:markj2014-05-152-2/+12
* MFC r262543:markj2014-05-031-0/+51
* MFC r262542:markj2014-05-036-5078/+0
* MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* eventavg2014-02-171-2/+2
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-8/+0
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-1/+1
* 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-312-88/+207
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-242-3/+3
* 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
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-142-7/+7
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-132-0/+8
* 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
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-021-1/+1
* 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
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-183-43/+101
* 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-074-0/+1067
* 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
* - For o32 ABI get arguments from the stackgonzo2012-03-261-0/+28
* Properly cast 64-bit dofhp_dof to pointer.gonzo2012-03-261-5/+1
* Use macroses to load/store pointers and increase indexes instead ofgonzo2012-03-261-11/+11
* Add device part of DTrace/MIPS codegonzo2012-03-244-0/+1266
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* Define dtrace_cmpset_long in terms of atomic_cmpset_longmarcel2011-10-161-43/+3
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-042-4/+4
* MFCattilio2011-05-102-42/+2
|\
| * dtrace: remove unused codeavg2011-05-102-42/+2
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-052-8/+11
|/
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-072-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* dtrace_xcall: no need for special handling of curcpuavg2010-12-072-32/+6
OpenPOWER on IntegriCloud