You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Andrews has made some updates in the last few months. He's added support for different platforms, and removed restrictions on the type of arguments passed to probes.
Updating usdt.c to accommodate the latter is a bit of a struggle for me, at my current comfort level with Ruby's internals. Particularly since values need to be type checked and cast using RSTRING_PTR, FIX2INT or ID2SYM, I'm not sure of the safest way to do this.
The text was updated successfully, but these errors were encountered:
Chris Andrews has made some updates in the last few months. He's added support for different platforms, and removed restrictions on the type of arguments passed to probes.
Updating usdt.c to accommodate the latter is a bit of a struggle for me, at my current comfort level with Ruby's internals. Particularly since values need to be type checked and cast using RSTRING_PTR, FIX2INT or ID2SYM, I'm not sure of the safest way to do this.
The text was updated successfully, but these errors were encountered: