Set the traceparser debug modes
#include <sys/traceparser.h> int traceparser_debug ( struct traceparser_state * stateptr, FILE * streamptr, unsigned flags );
or a combination of the following:
libtraceparser
Use the -l traceparser option to qcc to link against this library.
The traceparser_debug() function sets the debugging mode of the traceparser module. You can use this function if you're creating your own utility for parsing trace data (as an alternative to traceprinter).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
TraceEvent(), traceparser(), traceparser_cs(), traceparser_cs_range(), traceparser_destroy(), traceparser_get_info(), traceparser_init()
tracelogger, traceprinter in the Utilities Reference
System Analysis Toolkit User's Guide
Analyzing Your System with Kernel Tracing chapter of the Integrated Development Environment User's Guide