]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - tools/perf/util/data-convert-bt.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / tools / perf / util / data-convert-bt.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
edbe9817
JO
2#ifndef __DATA_CONVERT_BT_H
3#define __DATA_CONVERT_BT_H
3275f68e 4#include "data-convert.h"
edbe9817
JO
5#ifdef HAVE_LIBBABELTRACE_SUPPORT
6
3275f68e
WN
7int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
8 struct perf_data_convert_opts *opts);
edbe9817
JO
9
10#endif /* HAVE_LIBBABELTRACE_SUPPORT */
11#endif /* __DATA_CONVERT_BT_H */