Destroy a traceparser state structure
#include <sys/traceparser.h> void traceparser_destroy ( struct traceparser_state ** stateptr );
The traceparser_destroy() function destroys the previously initialized traceparser state structure that stateptr points to. You'll 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 | No |