| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef __DATA_CONVERT_BT_H | ||||
| 3 | #define __DATA_CONVERT_BT_H | ||||
| 4 | #include "data-convert.h" | ||||
| 5 | #ifdef HAVE_LIBBABELTRACE_SUPPORT | ||||
| 6 | |||||
| 7 | int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, | ||||
| 8 | struct perf_data_convert_opts *opts); | ||||
| 9 | |||||
| 10 | #endif /* HAVE_LIBBABELTRACE_SUPPORT */ | ||||
| 11 | #endif /* __DATA_CONVERT_BT_H */ | ||||