blob: 3c11422d9b483601ce4c9ff26cc94a8ae2167665 [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);
void trace_view(int argc, char **argv);
/* GUI */
/* We use void because this can be used by non gtk files */
void trace_filter_event_dialog(void *traceview);
void trace_filter_cpu_dialog(void *trace_tree);
#endif /* __TRACE_LOCAL_H */