<div dir="ltr">Hello all,<div><br></div><div>I would like to print per task event information, such as the timestamp a task release was performed, context switching, etc.</div><div><br></div><div>The ft2csv tool produces the start and end timestamps and the duration of events, but it does not include information about the task. For instance:</div><div><br></div><div><div>11263053713217, 11263053716617, 3400</div><div>11263055442821, 11263055444997, 2176</div></div><div><br></div><div>Which task was executing?</div><div><br></div><div>The stdump tool produces an output like this:</div><div><br></div><div><div>[   7221140] RELEASE        19373/10    on CPU  0 7221160.00ms</div><div>[   7221142] SWITCH_FROM    19373/7     on CPU  0 </div><div>[   7221142] COMPLETION     19373/7     on CPU  0 </div><div>[   7221142] SWITCH_TO      19375/3     on CPU  0 </div><div>[   7221144] RELEASE        19366/39    on CPU  0 7221148.00ms</div><div>[   7221146] RELEASE        19385/76    on CPU  0 7221148.00ms</div><div>[   7221148] RELEASE        19385/77    on CPU  0 7221150.00ms</div></div><div><br></div><div>However, what is the meaning of the first, third, and last columns?</div><div><br></div><div>Ideally, I would like to have something like this in the output, considering all CPUs (not having a separate log for each of them):</div><div><br></div><div>task ID, CPU ID, event name or ID, timestamp</div><div><br></div><div>Is there an easy way to provide such an output using one of the feather-trace tools?</div><div><br></div><div>Best regards,</div><div>Giovani</div></div>