summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-226-218/+573
* 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-114-18/+6
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsavg2009-07-152-4/+95
* dtrace/amd64: fix virtual address checksavg2009-06-242-9/+6
* Remove unused variable.ganbold2008-11-251-2/+1
* Merge latest DTrace changes from Perforce.rodrigc2008-11-053-0/+13
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-2324-0/+12488
OpenPOWER on IntegriCloud