xref: /linux/tools/perf/util/data-convert.h (revision e0643c4e9fdb2e77ab83ca596460e2c9c15728aa)
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