blob: 4c204342a9d838aa32dce4c69688bdc8b8f85bbc [file] [log] [blame]
Jiri Olsaedbe9812015-02-20 23:17:00 +01001#ifndef __DATA_CONVERT_BT_H
2#define __DATA_CONVERT_BT_H
3#ifdef HAVE_LIBBABELTRACE_SUPPORT
4
Yunlong Songbd059542015-04-02 21:47:19 +08005int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, bool force);
Jiri Olsaedbe9812015-02-20 23:17:00 +01006
7#endif /* HAVE_LIBBABELTRACE_SUPPORT */
8#endif /* __DATA_CONVERT_BT_H */