src.text.dmesg: add `no-extract-timestamp` option
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jul 2017 06:17:22 +0000 (02:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Jul 2017 15:28:40 +0000 (11:28 -0400)
commit707b323a92becb2487cfb0e2eb4af02f8e011d48
treeaa07544d8542bf4dee39343abbae2823337f8696
parent115d60701b63044017f26508d61c18604401ea55
src.text.dmesg: add `no-extract-timestamp` option

Babeltrace 1's babeltrace-log(1) has a -t option to extract timestamps
and write them to the event headers. It makes more sense to extract them
by default in the component itself, but babeltrace-log(1) can pass
no-extract-timestamp=yes when -t is not provided.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/text/dmesg/dmesg.c
This page took 0.025547 seconds and 4 git commands to generate.