]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/util/data-convert-bt.h
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[karo-tx-linux.git] / tools / perf / util / data-convert-bt.h
1 #ifndef __DATA_CONVERT_BT_H
2 #define __DATA_CONVERT_BT_H
3 #include "data-convert.h"
4 #ifdef HAVE_LIBBABELTRACE_SUPPORT
5
6 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
7                          struct perf_data_convert_opts *opts);
8
9 #endif /* HAVE_LIBBABELTRACE_SUPPORT */
10 #endif /* __DATA_CONVERT_BT_H */