Name: | dtrace-modules-4.1.12-94.2.1.el7uek |
---|---|
Version: | 0.6.0 |
Release: | 4.el7 |
Architecture: | x86_64 |
Group: | System Environment/Kernel |
Size: | 6458534 |
License: | CDDL |
RPM: | dtrace-modules-4.1.12-94.2.1.el7uek-0.6.0-4.el7.x86_64.rpm |
Source RPM: | dtrace-modules-4.1.12-94.2.1.el7uek-0.6.0-4.el7.src.rpm |
Build Date: | Wed Apr 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
Summary: | dtrace module |
Description: | DTrace kernel modules. This package contains the DTrace core module, and standard provider modules: dtrace, profile, syscall, sdt (io, proc,sched), and fasttrap (USDT). Maintainers: ------------ Nick Alcock <nick.alcock@oracle.com> Kris Van Hees <kris.van.hees@oracle.com> |
- Always inline dtrace_dif_variable to ensure consistent aframes count [Orabug: 25872472]
- Lockfree walltimestamp implementation (Tomas Jedlicka) [Orabug: 25715256] - Corrected aframes values to skip DTrace frames [Orabug: 25727046] - Bug fix for stackdepth buffer overrun [Orabug: 25559321]
- Further implementation of FBT with fixes to ustack [Orabug: 21220305] - Handle modular IPv6 and introduce typedef in6_addr_t (Nick Alcock) [Orabug: 25557554]
- 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]
- Re-enable 0.5.3 release after bugfix [Orabug: 23344927]
- Provider 'perf' added to SDT for perf events. (Nick Alcock) [Orabug: 23004534] - Fix to ensure that pdata and sdt_tab handling works across module reloads. [Orabug: 23331667] - Moving pdata size assertion checking to arch-specific code. (Nick Alcock) [Orabug: 23331667]
- Correct probe disable/enable mechanism for syscalls. [Orabug: 22352636] - Fix access to uregs[I_R7] for sparc64. (Nick Alcock) [Orabug: 22602870] - Use a more efficient, consistent, and reliable mechanism to read user stack locations. (Nick Alcock) [Orabug: 22629102]
- Remove explicit dependency on kernel RPM. [Orabug: 21669543] - Ensure safety checks are enforced on copyout() and copyoutstr(). [Orabug: 21930954] - Fix device file minor number for dt_perf. [Orabug: 21814949]
- Enable building DTrace modules for SPARC64.
- modules signing support [OL6]