data-convert.h 180 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DATA_CONVERT_H
  3. #define __DATA_CONVERT_H
  4. struct perf_data_convert_opts {
  5. bool force;
  6. bool all;
  7. };
  8. #endif /* __DATA_CONVERT_H */