data-convert-bt.h 302 B

12345678910
  1. #ifndef __DATA_CONVERT_BT_H
  2. #define __DATA_CONVERT_BT_H
  3. #include "data-convert.h"
  4. #ifdef HAVE_LIBBABELTRACE_SUPPORT
  5. int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
  6. struct perf_data_convert_opts *opts);
  7. #endif /* HAVE_LIBBABELTRACE_SUPPORT */
  8. #endif /* __DATA_CONVERT_BT_H */