-
Notifications
You must be signed in to change notification settings - Fork 20
Release Notes for DTrace 2.0.5
- Implement PID-specific uprobes.
-
Allocate the buffers BPF map to fit highest CPU id.
-
Fix argument handling for multi-location user probes.
-
Change the "stack skip" to 3 for fbt (fprobe) and rawtp providers.
-
Fix prvname so that both rawfbt and fbt probes are seen.
-
Do not convert "__" to "-" for stapsdt provider names.
-
Fix printf formatting with non-monetary grouping chars.
-
Discontinue -xversion=V as an option.
-
Support non-libctf environments for tcp.
-
Fix some memory leaks.
-
Refactor some code.
-
Correct file permissions.
-
Add ERROR clause to prevent hang from runtime error.
-
Add the DTrace Tutorial to the git repo and install package.
-
Clean up formatting.
-
Add missing documentation: trunc(), stapsdt, usdt.h include path.
-
Update sections: unimplemented functions, sdt provider.
-
Update LLM context files to forbid "if" statements.
-
Update README.md for RPM info.
-
Clean up .spec file.
-
Add testsuite dependency for perl-Net-Ping