xref: /linux/tools/perf/util/data-convert.h (revision 2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b)
1 #ifndef __DATA_CONVERT_H
2 #define __DATA_CONVERT_H
3 
4 struct perf_data_convert_opts {
5 	bool force;
6 	bool all;
7 };
8 
9 #endif /* __DATA_CONVERT_H */
10