# Copyright 2011 -- 2013 Oracle, Inc. All rights reserved.
# Use is subject to license terms.
-GCOV_PROFILE := y
-
EXTRA_CFLAGS := -I$(src)/include -I$(src)/include/uapi
obj-$(CONFIG_DT_CORE) += dtrace.o
DTrace Kernel Modules News
==========================
-Release 0.4.0 (Jul 23, 2013)
+Release 0.4.0 (Aug 16, 2013)
----------------------------
-Kernel release: 3.8.13-1.el6uek
+Kernel release: 3.8.13-14.el6uek
New features:
first element in the result array.
- The ustack() action implementation has been replaced.
- Several obscure locking problems have been resolved.
+ - Correct handling of arg5 through arg9.
Release 0.3.0 (Sep 14, 2012)
----------------------------
%define variant %{?build_variant:%{build_variant}}%{!?build_variant:-uek}
# Set this to the version of the kernel this module is compiled against.
-%define kver %{?build_kver:{build_kver}}%{!?build_kver:3.8.13-1.el6uek}
+%define kver %{?build_kver:{build_kver}}%{!?build_kver:3.8.13-14.el6uek}
# Increment this whenever the DTrace/userspace interface changes in an
# incompatible way.
DTrace kernel modules.
This package contains the DTrace core module, and standard provider modules:
-dtrace, profile, syscall, sdt (io, proc,sched).
+dtrace, profile, syscall, sdt (io, proc,sched), and fasttrap (USDT).
Maintainers:
------------
/usr/include/linux/dtrace/types.h
%changelog
-* Wed Aug 7 2013 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.0-2
+* Wed Aug 7 2013 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.0-1
- Bugfix for module unloading.
-* Thu Jul 25 2013 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.0-1
- Support meta-providers, USDT, and fasttrap (for USDT only).
- Export DTrace kernel headers to userspace.
- Reimplemented ustack().