lttng2prv is a small command line application to convert CTF (http://diamon.org/ctf/) traces generated by LTTng (https://lttng.org/) to BSC's (http://www.bsc.es/computer-sciences/performance-tools/paraver) Paraver performance analysis tool format.
To compile ctf2prv you will need:
gcc 3.2 or better
(Debian: gcc)
GNU autotools (automake >=1.10, autoconf >=2.63, autoheader >=2.63)
(Debian: automake, autoconf)
(make sure your system wide "automake" points to a recent version!)
GNU Libtool >=2.2
(Debian : libtool)
libc6 development librairies
(Debian : libc6, libc6-dev)
(Fedora : glibc, glibc)
glib 2.40 or better development libraries
(Debian : libglib2.0-0, libglib2.0-dev)
(Fedora : glib2, glib2-devel)
uuid development libraries
(Debian : uuid-dev)
(Fedora : uuid-devel)
libpopt >= 1.13 development libraries
(Debian : libpopt-dev)
(Fedora : popt)
Flex >=2.5.35.
(Debian : flex)
Bison >=2.4.
(Debian : bison)
babeltrace
git tree : git://git.efficios.com/ctf.git
gitweb : http://git.efficios.com/?p=ctf.git
./bootstrap
./configure
make
Usage: lttng2prv [OPTIONS...] <lttng_trace>
-o, --output=FILE Output file name
--print-timestamps Print trace start and end timestamps as unix time
-v, --verbose Be verbose
Help options:
-?, --help Show this help message
--usage Display brief usage message