summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-042-4/+4
* MFCattilio2011-05-162-20/+32
* 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-053-9/+14
|/
* Stripped '32' suffix from linux systrace module name on i386.art2011-04-081-2/+3
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-072-2/+2
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-18/+45
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameteravg2010-12-171-2/+2
* opensolaris cyclic: fix deadlock and make a little bit closer to upstreamavg2010-12-071-175/+164
* opensolaris cyclic xcall: no need for special handling of curcpuavg2010-12-071-9/+3
* dtrace_xcall: no need for special handling of curcpuavg2010-12-072-32/+6
* dtrace_gethrtime_init: pin to master while examining other CPUsavg2010-12-072-8/+10
* Make the /dev/dtrace/helper node have the mode 0660. This allowsrpaulo2010-09-011-1/+1
* Destroy the helper device when unloading.rpaulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttraprpaulo2010-08-221-3/+33
* Kernel DTrace support for:rpaulo2010-08-227-221/+585
* Add a function compatibility function dtrace_instr_size_isa() that onrpaulo2010-08-222-0/+14
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-115-22/+7
* Reorganize syscall entry and leave handling.kib2010-05-231-1/+0
* Rename the cyclic global variable lapic_cyclic_clock_func to justrpaulo2010-04-201-3/+3
* The amd64 version of the cyclic dtrace module is a verbatim copy of therpaulo2010-04-201-133/+0
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsavg2009-07-152-4/+95
* dtrace/amd64: fix virtual address checksavg2009-06-242-9/+6
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-0/+327
* Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclientrwatson2009-03-251-545/+0
* Add DTrace probes to the NFS access and attribute caches. Access cacherwatson2009-03-241-54/+256
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTracerwatson2009-03-221-0/+343
* Remove unused variable.ganbold2008-11-252-4/+2
* Merge latest DTrace changes from Perforce.rodrigc2008-11-054-26/+88
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* The cyclic timer device. This is a cut down version of the one injb2008-05-234-0/+1988
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-2330-0/+15340
OpenPOWER on IntegriCloud