blob: 821674d63c4ed8f208efc1f859a34b374275065a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Jiri Olsaedbe9812015-02-20 23:17:00 +01002#ifndef __DATA_CONVERT_BT_H
3#define __DATA_CONVERT_BT_H
Wang Nan3275f682016-06-24 11:22:07 +00004#include "data-convert.h"
Jiri Olsaedbe9812015-02-20 23:17:00 +01005#ifdef HAVE_LIBBABELTRACE_SUPPORT
6
Wang Nan3275f682016-06-24 11:22:07 +00007int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
8 struct perf_data_convert_opts *opts);
Jiri Olsaedbe9812015-02-20 23:17:00 +01009
10#endif /* HAVE_LIBBABELTRACE_SUPPORT */
11#endif /* __DATA_CONVERT_BT_H */