[DTrace-devel] [PATCH 1/2] dlib: remove obsolete dt_dlib_add_probe_var()
Nick Alcock
nick.alcock at oracle.com
Fri Mar 21 15:04:55 UTC 2025
On 21 Mar 2025, Kris Van Hees via DTrace-devel outgrape:
> The dt_dlib_add_probe_var() function was added to allow for relcoation
> processing filling in probe ids for dependent probes, but since the
> probe ids are known at code generation time, there is no need for this.
I guess this is removing a relocation/fixup which was always the
identity transformation (prp->desc->id being reset to itself at reloc
resolution time).
If so...
> Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Nick Alcock <nick.alcock at oracle.com>
--
NULL && (void)
More information about the DTrace-devel
mailing list