1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef __DATA_CONVERT_BT_H 3*4882a593Smuzhiyun #define __DATA_CONVERT_BT_H 4*4882a593Smuzhiyun #include "data-convert.h" 5*4882a593Smuzhiyun #ifdef HAVE_LIBBABELTRACE_SUPPORT 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, 8*4882a593Smuzhiyun struct perf_data_convert_opts *opts); 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun #endif /* HAVE_LIBBABELTRACE_SUPPORT */ 11*4882a593Smuzhiyun #endif /* __DATA_CONVERT_BT_H */ 12