blob: 0be298f224a5d742f08789a4a5ed14b031fd05a4 [file] [log] [blame]
#ifndef __TRACE_LOCAL_H
#define __TRACE_LOCAL_H
#include "trace-cmd.h"
/* for local shared information with trace-cmd executable */
void usage(char **argv);
struct tracecmd_input *read_trace_header(void);
int read_trace_files(void);
void trace_report(int argc, char **argv);
#endif /* __TRACE_LOCAL_H */