data-convert.h 141 B

12345678910
  1. #ifndef __DATA_CONVERT_H
  2. #define __DATA_CONVERT_H
  3. struct perf_data_convert_opts {
  4. bool force;
  5. bool all;
  6. };
  7. #endif /* __DATA_CONVERT_H */