<div dir="ltr">Hello,<div><br></div><div>Could you give me some more insight into spawning my own sessiond? Sorry I'm not completely clear on the topic.</div><div>Thank you for all your assistance.</div><div><br></div><div>Regards,</div><div>Mosleh</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 27, 2019 at 1:52 PM Jonathan Rajotte-Julien <<a href="mailto:jonathan.rajotte-julien@efficios.com">jonathan.rajotte-julien@efficios.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Mosleh,<br>
<br>
On Wed, Mar 27, 2019 at 12:09:54PM -0400, Mosleh Uddin wrote:<br>
> Hello,<br>
> <br>
> Thank you for the quick response. I was able to use the documentation you<br>
> provided to start a session and get tracepoint list. I do have some<br>
> follow-up questions:<br>
> <br>
> 1) I needed to create a session daemon before executing my custom<br>
> application. In the API I did see functionality to see if a daemon is<br>
> active, however, it is possible to spawn a session daemon in my custom app?<br>
<br>
liblttng-ctl does not expose a lttng-sessiond spawning function since by<br>
definition it is a daemon executable (think apache,mysql etc.), you will have to<br>
use system/popen/exec.. to spawn the lttng-sessiond process etc. if you want to<br>
control its lifetime using your custom application.<br>
<br>
> <br>
> 2) I am able to get a list of active traces lttng can see in userspace, I<br>
> enable all the traces and start tracing. The traces however seem to not be<br>
> written anywhere on my filesystem. Do I have to specify a location? Or am I<br>
> missing something? My current flow is:<br>
<br>
Please refer to the create command. If outputting locally you will need to pass<br>
a "file://...." url to lttng_create_session.<br>
<br>
You can check on the result for each steps using "lttng list" and "lttng list<br>
<session_name>" as you go to troubleshot your setup script.<br>
<br>
While debugging you can also start the lttng-sessiond in verbose mode to<br>
understand what is going on.<br>
<br>
Also note that you could also use the lttng "load" api if the session you are<br>
trying to load is "static" and always the same. You would only need to ship an<br>
xml file with your application.<br>
<br>
Cheers<br>
<br>
> <br>
>    - Creating a session<br>
>    - Specifying the domain<br>
>    - Creating a handle<br>
>    - Creating a channel (with default attributes)<br>
>    - Enabling the channel<br>
>    - Enabling event (for all traces)<br>
>    - Start tracing<br>
> <br>
> Thanks again for all the assistance.<br>
> <br>
> Regards,<br>
> Mosleh<br>
> <br>
> On Tue, Mar 26, 2019 at 11:29 AM Jonathan Rajotte-Julien <<br>
> <a href="mailto:jonathan.rajotte-julien@efficios.com" target="_blank">jonathan.rajotte-julien@efficios.com</a>> wrote:<br>
> <br>
</blockquote></div>