Per-provider wrappers for DTRACE_PROBE_ENABLED() can be used, as with
DTRACE_PROBE() itself.
+ - Function boundary tracing (FBT) is supported in a limited fashion. For
+ now, it is limited to the entry point functions for system calls. This
+ limitation will be lifted as soon as possible.
+
+Bugfixes:
+
+ - Due to a logic error in preemption handling, it was possible that code was
+ being executed under the assumption that preemption was disabled when in
+ fact it was not.
+
Release 0.5.3 (May 25th, 2016)
------------------------------
Kernel release: 4.1.12-43.el6uek
* Mon Dec 19 2016 - <nick.alcock@oracle.com> - 0.6.0-1
- USDT for SPARC. [Orabug: 24455245]
- Is-enabled probes for SDT [Orabug: 25143173]
+- Function boundary tracing (FBT) [Orabug: 21220305]
- Add improved multi-argument DTRACE_PROBE macro [Orabug: 24678897]
- Detemine SDT (including perf-event) argument types dynamically
[Orabug: 24661801]