This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: uprobes: keep thread blocked after the handler returns


> Why not just prevent the handler from returning until you want the 
> thread to unblock? The handler could sleep on something trigger from 
> user space.

That is a no-no for a utrace callback.  It prevents other tracing
facilities from doing anything useful.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]