cli: remove babeltrace2-log
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 29 Jul 2019 15:42:58 +0000 (11:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 2 Aug 2019 15:46:54 +0000 (11:46 -0400)
commitbb30da78812212ef51381217237908ccbf94c18e
treec7190284cb95fa56485fc8b3afb99051c100427a
parent22692f909d489047a6a776b86ad1177a5a9a35f1
cli: remove babeltrace2-log

babeltrace-log (now renamed to babeltrace2-log) is a legacy tool
provided by Babeltrace 1 used to transform `dmesg` output to CTF.  The
version currently provided by Babeltrace 2 simply runs babeltrace2 with
a pre-defined graph topology.  It does nothing that a user couldn't do
on the command line.

The equivalent now would be:

    dmesg | babeltrace2 -c src.text.dmesg -o ctf -w /path/to/trace

It was therefore decided that it was no longer necessary to provide that
utility, and to remove it.

Change-Id: Id547bced56a8b9913cb152e1309919a15b6fbdd0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1796
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
configure.ac
doc/man/Makefile.am
doc/man/babeltrace2-log.1.txt [deleted file]
src/cli/Makefile.am
src/cli/babeltrace2-log.c [deleted file]
tests/utils/utils.sh
This page took 0.025803 seconds and 4 git commands to generate.