summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace/amd64/dtrace_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-8/+0
* Change UL to ULL since time is 32 bits.gnn2012-07-171-1/+1
* Add support for walltimestamp in DTrace.gnn2012-07-161-2/+7
* Integrate a fix for a very odd signal delivery problem foundgnn2012-06-041-7/+12
* Fix DTrace TSC skew calculation:zml2012-06-041-1/+1
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-2/+2
* MFCattilio2011-05-101-21/+1
|\
| * dtrace: remove unused codeavg2011-05-101-21/+1
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-4/+5
|/
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* dtrace_xcall: no need for special handling of curcpuavg2010-12-071-16/+3
* dtrace_gethrtime_init: pin to master while examining other CPUsavg2010-12-071-4/+5
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-4/+1
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsavg2009-07-151-3/+48
* dtrace/amd64: fix virtual address checksavg2009-06-241-1/+0
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-231-0/+507
OpenPOWER on IntegriCloud