freebsd-dev/sys/cddl/dev/dtrace
Mark Johnston e1e33ff912 Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.
This allows the hrtimer to be used earlier during boot. This is required
for boot-time DTrace: anonymous enablings are created during
SI_SUB_DTRACE_ANON, which runs before APs are started. In particular,
the DTrace deadman timer requires that the hrtimer be functional.

MFC after:	2 weeks
2016-04-10 01:23:39 +00:00
..
aarch64 Implement dtrace_getupcstack in ARM64 2016-04-06 05:13:36 +00:00
amd64 Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64. 2016-04-10 01:23:39 +00:00
arm Remove unused variables dtrace_in_probe and dtrace_in_probe_addr. 2016-03-17 18:55:54 +00:00
i386 Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64. 2016-04-10 01:23:39 +00:00
mips Remove unused variables dtrace_in_probe and dtrace_in_probe_addr. 2016-03-17 18:55:54 +00:00
powerpc Remove unused variables dtrace_in_probe and dtrace_in_probe_addr. 2016-03-17 18:55:54 +00:00
x86 Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
dtrace_anon.c
dtrace_cddl.h Support an arbitrary number of arguments to DTrace syscall probes. 2015-12-17 00:00:27 +00:00
dtrace_debug.c Correct a series of errors in the hand-rolled locking for drace_debug.c: 2012-12-23 15:50:37 +00:00
dtrace_hacks.c Fix DTrace's panic() action. 2015-04-24 03:19:30 +00:00
dtrace_ioctl.c Fix a couple of silly mistakes in r291962. 2016-03-08 00:46:03 +00:00
dtrace_load.c MFV r266993: 2015-02-03 19:39:53 +00:00
dtrace_modevent.c
dtrace_sysctl.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
dtrace_test.c dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2013-11-26 08:46:27 +00:00
dtrace_unload.c MFV r266993: 2015-02-03 19:39:53 +00:00
dtrace_vtime.c