babeltrace convert: add --name option
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Feb 2017 06:33:06 +0000 (01:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit3b6cfcc54e7adaf6725738cb4dd97325cef14ee5
treef92cf32ab503f29e69849c5d642df323eb768ac1
parent22e224622e936c4eba550405f5631c5297c165be
babeltrace convert: add --name option

The --name option sets the name of the current (latest) component
instance, e.g.:

    babeltrace convert --source=abc.xzy --name=my-component ...

This can be useful to locate specific instances in the conversion graph,
in particular in case of error.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
converter/babeltrace-cfg.h
converter/babeltrace.c
This page took 0.02447 seconds and 4 git commands to generate.