Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.1-rc1 8 lines 247 B view raw
1#ifndef __DATA_CONVERT_BT_H 2#define __DATA_CONVERT_BT_H 3#ifdef HAVE_LIBBABELTRACE_SUPPORT 4 5int bt_convert__perf2ctf(const char *input_name, const char *to_ctf, bool force); 6 7#endif /* HAVE_LIBBABELTRACE_SUPPORT */ 8#endif /* __DATA_CONVERT_BT_H */