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]

user-space tracing of multi-threaded apps


Hi,

When I do process(PATH).function("*") for a running process only the
main thread is probed.
I would expect it to probe any task with the specified command name.
This I can acheive only when I start the probe before the threads are created.

Is this the expected behavior?
Is there a way to probe all threads of a running process?

Thanks,


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