Jiri Olsa | edbe981 | 2015-02-20 23:17:00 +0100 | [diff] [blame] | 1 | #ifndef __DATA_CONVERT_BT_H |
| 2 | #define __DATA_CONVERT_BT_H |
Wang Nan | 3275f68 | 2016-06-24 11:22:07 +0000 | [diff] [blame] | 3 | #include "data-convert.h" |
Jiri Olsa | edbe981 | 2015-02-20 23:17:00 +0100 | [diff] [blame] | 4 | #ifdef HAVE_LIBBABELTRACE_SUPPORT |
| 5 | |
Wang Nan | 3275f68 | 2016-06-24 11:22:07 +0000 | [diff] [blame] | 6 | int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, |
| 7 | struct perf_data_convert_opts *opts); |
Jiri Olsa | edbe981 | 2015-02-20 23:17:00 +0100 | [diff] [blame] | 8 | |
| 9 | #endif /* HAVE_LIBBABELTRACE_SUPPORT */ |
| 10 | #endif /* __DATA_CONVERT_BT_H */ |