<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I using trace compass on an embedded target, I have a sample application with some user space events and I am also collecting some kernel events.</p>
<p>Is there some way in trace compass of looking at these in a single Events Editor view so that both kernel and Userspace events are interleaved with respect to time?</p>
<p><br>
</p>
<p>The script I am using on my target is;</p>
<p><br>
</p>
<p> #!/bin/sh<br>
HOST_IP="10.xxx.xxx.xxx"<br>
#Create a session sending the data over the network to a listening host<br>
lttng create --set-url=net://$HOST_IP<br>
#Create one or more events<br>
lttng enable-event -u -a -c chan1<br>
lttng enable-event --kernel sched_switch,sched_process_fork<br>
#create an event for the logger<br>
lttng enable-event --kernel lttng_logger<br>
lttng start<br>
echo "Loading sample aplication" > /proc/lttng-logger<br>
/usr/bin/sample_application<br>
echo "unLoading sample aplication" > /proc/lttng-logger<br>
lttng destroy</p>
<p><br>
</p>
<p>The resulting traces when opened only allows me to view kernel and UST on separate tabs<br>
<br>
</p>
<p><br>
</p>
<p>regards</p>
<p><br>
</p>
<p>John <br>
</p>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This email and any files transmitted with it are confidential and are intended for the sole use of the individual to whom they are addressed. Black Box Corporation reserves the right to scan all e-mail traffic for restricted content and to monitor all e-mail
 in general. If you are not the intended recipient or you have received this email in error, any use, dissemination or forwarding of this email is strictly prohibited. If you have received this email in error, please notify the sender by replying to this email.<br>
</font>
</body>
</html>