babeltrace-cfg: add begin/end NS options
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 22 Nov 2016 10:24:36 +0000 (05:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:07 +0000 (14:09 -0400)
commit015cee23405628ddbab968175508e9d5c0e8b00d
tree797b768c61f6d2ab9d7aa3671de4e133017eef5c
parentb07ffa2844a6ce3d03945b90aa8bc1df3a664e00
babeltrace-cfg: add begin/end NS options

--base-begin-ns and --base-end-ns are similar to the --base-params
option, but they control the current base beginning and end timestamp.

--begin-ns and --end-ns are similar to the --params option, but they
assign a beginning/end timestamp to the latest source component
instance.

--reset-base-begin-ns and --reset-base-end-ns are similar to the
--reset-base-params option, but they reset the current base beginning
and end timestamps.

If both beginning and end timestamps are set for a given source
component instance, they are validated so that the end is greater
than or equal to the beginning.

This patch also reorders the options in the help message by long
option name.

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
This page took 0.025177 seconds and 4 git commands to generate.