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