summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-2/+5
* - 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-246-1/+1274
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-2/+7
* On i386, fbt probes are implemented by writing an invalid opcode overrstone2011-11-101-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* 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-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