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: stpd issues


hiet wrote:

> [...]  I observed some issues with the new transport with the
> attached module (insert jprobes and kretprobes on all system
> calls). [...]

I wonder what happens if one has a kretprobe on an cunning function
(sys_delete_module), which indirectly may end up trying to remove the
probe (unregister_kretprobe) during its execution (systemtap probe
cleanup).  In other words, how does the kretprobe logic handle the
removal function, when the entry half of a return probe has been hit,
and the return part is pending?

- FChE


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