data-convert-bt.h 247 B

12345678
  1. #ifndef __DATA_CONVERT_BT_H
  2. #define __DATA_CONVERT_BT_H
  3. #ifdef HAVE_LIBBABELTRACE_SUPPORT
  4. int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, bool force);
  5. #endif /* HAVE_LIBBABELTRACE_SUPPORT */
  6. #endif /* __DATA_CONVERT_BT_H */