[DTrace-devel] [PATCH 12/16] Support safe removal of probes during dt_probe_iter()
    Eugene Loh 
    eugene.loh at oracle.com
       
    Fri Mar 26 12:05:03 PDT 2021
    
    
  
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
On 3/19/21 12:54 AM, Kris Van Hees wrote:
> It may be necessary to destroy probes that are found using the
> dt_probe_iter() functionality.  This requires the traversal of probe
> lists and hashtables to be safe in view of potential probe removal.
>
> This patch also ensures that when a probe is destroyed, it is also
> removed from the global probe array.
    
    
More information about the DTrace-devel
mailing list