jacobcarlborg (Jacob Carlborg)
- Login: jacobcarlborg
- Registered on: 01/19/2025
- Last sign in: 09/14/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
Today
-
12:43 PM Ruby Feature #21923 (Open): DTrace USDT probe Ruby method arguments and return value
- I'm interested in improving the DTrace USDT probes in Ruby. I would like to expose the Ruby method arguments and return value to the DTrace probes `(c)method-entry` and `(c)method-return`. This would be done by adding a fifth argument to...
01/20/2025
-
12:41 PM Ruby Bug #14582: Unable to use `method__entry` and `method_return` tracing probes since 2.5
- I'm really interested in using DTrace on Ruby as well. One of the major advantages of DTrace is that it's always available and doesn't require any code changes or restarts of the system that is being instrumented. But with the current wa...