Generating a log file with kernel event trace data

To create a log file and capture data from a kernel event trace, there are three possible methods:
Note: To get timing information from the kernel, you need to run tracelogger as root. If you gather system-profiling data through qconn by running a kernel event trace through the IDE, you're already accessing the instrumented kernel as root.

To view the trace data in the System Profiler, you must store the log file in an IDE project. The System Profiler can analyze a log file generated by any of the methods listed above. You can put the file in any project, but it's common to use the QNX Target System project for the target where the trace ran.