Comment 2 for bug 1316047

Revision history for this message
sandeep tripathy (sandeep-tripathy) wrote :

/* generate the ASCII report from trace.dat */
trace-cmd report trace.dat > tracecmdreport

/* idlestat can accept the raw report format */
idlestat -o tracecmdreport

I am able to get the idlestat output from trace-cmd report with some correction in the parsing grammar.
topology info is not required.
>> Still some issue with the cluster data which leads to segfault. Will be done by tomorrow.