index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
cddl
/
dev
/
dtrace
/
i386
/
dtrace_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313841, r313850:
markj
2017-03-10
1
-1
/
+10
*
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
jhb
2016-05-14
1
-11
/
+28
*
Make the second argument of dtrace_invop() a trapframe pointer.
markj
2016-04-17
1
-6
/
+6
*
Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.
markj
2016-04-10
1
-18
/
+30
*
Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.
markj
2016-03-17
1
-2
/
+0
*
Remove some commented-out upstream code for handling traps from usermode
markj
2015-05-10
1
-116
/
+0
*
Restore the trap type argument to the DTrace trap hook, removed in r268600.
markj
2014-12-23
1
-2
/
+2
*
Invoke the DTrace trap handler before calling trap() on amd64. This matches
markj
2014-07-14
1
-4
/
+3
*
Change UL to ULL since time is 32 bits.
gnn
2012-07-17
1
-1
/
+1
*
Add support for walltimestamp in DTrace.
gnn
2012-07-16
1
-2
/
+7
*
Integrate a fix for a very odd signal delivery problem found
gnn
2012-06-04
1
-7
/
+12
*
Fix DTrace TSC skew calculation:
zml
2012-06-04
1
-1
/
+1
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-2
/
+2
*
MFC
attilio
2011-05-10
1
-21
/
+1
|
\
|
*
dtrace: remove unused code
avg
2011-05-10
1
-21
/
+1
*
|
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-4
/
+6
|
/
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
dtrace_xcall: no need for special handling of curcpu
avg
2010-12-07
1
-16
/
+3
*
dtrace_gethrtime_init: pin to master while examining other CPUs
avg
2010-12-07
1
-4
/
+5
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-4
/
+1
*
dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds
avg
2009-07-15
1
-1
/
+47
*
Remove unused variable.
ganbold
2008-11-25
1
-2
/
+1
*
Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.
jb
2008-05-23
1
-0
/
+503