On Mon, 12 Jul 2021 15:32:41 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > @@ -600,6 +610,11 @@ PyObject *PyFtrace_create_instance(PyObject *self, PyObject *args, > } > > iw->ptr = instance; > + if (detached) { > + printf("detached instance: %s\n", name); Do we really need to print this? I would think this is up to the calling function to print this or not. -- Steve > + iw->detached = detached; > + } > +