* [lttng-dev] Monitor threads with lttng
@ 2019-05-15 16:42 Zvi Vered
2019-05-15 17:21 ` Michel Dagenais
0 siblings, 1 reply; 2+ messages in thread
From: Zvi Vered @ 2019-05-15 16:42 UTC (permalink / raw)
Hello,
Can I use lttng to monitor threads in my process ?
For example, I want to see when a thread is active and when it is blocked
(waiting for a signal or an IOCL to complete).
Is it possible doing it without linking the application with libust and
calling UST API ?
Thank you,
Zvika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.lttng.org/pipermail/lttng-dev/attachments/20190515/76414e13/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lttng-dev] Monitor threads with lttng
2019-05-15 16:42 [lttng-dev] Monitor threads with lttng Zvi Vered
@ 2019-05-15 17:21 ` Michel Dagenais
0 siblings, 0 replies; 2+ messages in thread
From: Michel Dagenais @ 2019-05-15 17:21 UTC (permalink / raw)
On Linux, with pthreads, thread scheduling takes place in the kernel. You can then obtain this information through lttng tracing in the kernel domain (scheduling events) and view the trace in Trace Compass.
----- Le 15 Mai 19, ? 12:42, Zvi Vered <veredz72 at gmail.com> a ?crit :
> Hello,
> Can I use lttng to monitor threads in my process ?
> For example, I want to see when a thread is active and when it is blocked
> (waiting for a signal or an IOCL to complete).
> Is it possible doing it without linking the application with libust and calling
> UST API ?
> Thank you,
> Zvika
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.lttng.org/pipermail/lttng-dev/attachments/20190515/3e59850e/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-15 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15 16:42 [lttng-dev] Monitor threads with lttng Zvi Vered
2019-05-15 17:21 ` Michel Dagenais
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox