summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace/i386/dtrace_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313841, r313850:markj2017-03-101-1/+10
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-11/+28
* Make the second argument of dtrace_invop() a trapframe pointer.markj2016-04-171-6/+6
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.markj2016-04-101-18/+30
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-171-2/+0
* Remove some commented-out upstream code for handling traps from usermodemarkj2015-05-101-116/+0
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-2/+2
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-4/+3
* 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/+6
|/
* 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-1/+47
* Remove unused variable.ganbold2008-11-251-2/+1
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-231-0/+503
OpenPOWER on IntegriCloud