data-convert.h 191 B

1234567891011
  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. bool tod;
  8. };
  9. #endif /* __DATA_CONVERT_H */