<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This looks very nice.<br>
<br>
The next step is to translate the record items into corresponding events <br>
of LTTNG. We should start with the following event which I guess is used <br>
by Trace Compass for the task switch view. I don't know it, we have to <br>
try it out. We can also look at the analyses package from LTTNG instead <br>
of Trace Compass:<br>
<br>
<a href="https://github.com/lttng/lttng-analyses" rel="noreferrer" target="_blank">https://github.com/lttng/lttng-analyses</a><br>
<br>
event {<br>
        name = "sched_switch";<br>
        id = 22;<br>
        stream_id = 0;<br>
        fields := struct {<br>
                integer { size = 8; align = 8; signed = 0; encoding = UTF8; base = 10; <br>
} _prev_comm[16];<br>
                integer { size = 32; align = 8; signed = 1; encoding = none; base = <br>
10; } _prev_tid;<br>
                integer { size = 32; align = 8; signed = 1; encoding = none; base = <br>
10; } _prev_prio;<br>
                integer { size = 64; align = 8; signed = 1; encoding = none; base = <br>
10; } _prev_state;<br>
                integer { size = 8; align = 8; signed = 0; encoding = UTF8; base = 10; <br>
} _next_comm[16];<br>
                integer { size = 32; align = 8; signed = 1; encoding = none; base = <br>
10; } _next_tid;<br>
                integer { size = 32; align = 8; signed = 1; encoding = none; base = <br>
10; } _next_prio;<br>
        };<br>
};<br></blockquote><div>Okay. We need to have the values of event fields in client-side. What values should I pass there? </div></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font size="4"><b>Ravindra Kumar Meena</b></font>,<div><span style="color:rgb(102,102,102)">B. Tech. Computer Science and Engineering,<br></span></div><div><span style="color:rgb(102,102,102)"><a href="https://www.iitism.ac.in/" style="color:rgb(17,85,204)" target="_blank">Indian Institute of Technology (Indian School of Mines)</a>, Dhanbad</span></div></div></div></div></div></div>