Rename "default beginning/end CS" -> "beginning/end default CS"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 3 Jun 2019 20:23:07 +0000 (16:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commit5ef3432672b8be9f2576822d7f2041abf6abdf72
tree5f5475b2fb4fe084eb84936d27f29e5d70a16a4f
parent32476570edb2c77d9447b2a36db8a78ef6acd202
Rename "default beginning/end CS" -> "beginning/end default CS"

Because the target is the "default clock", it makes more sense to keep
those words together and have the beginning/end adjective outside.

Suggested-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9fdd32c6acefc51b63b322dc41470c50b9226dfa
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1369
Tested-by: jenkins
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
28 files changed:
bindings/python/bt2/bt2/message.py
bindings/python/bt2/bt2/message_iterator.py
bindings/python/bt2/bt2/native_bt_message.i
bindings/python/bt2/bt2/native_bt_stream_class.i
bindings/python/bt2/bt2/stream_class.py
bindings/python/bt2/bt2/trace_class.py
include/babeltrace/graph/message-discarded-events-const.h
include/babeltrace/graph/message-discarded-packets-const.h
include/babeltrace/trace-ir/stream-class-const.h
include/babeltrace/trace-ir/stream-class-internal.h
include/babeltrace/trace-ir/stream-class.h
lib/graph/message/discarded-items.c
lib/graph/message/packet.c
lib/lib-logging.c
lib/trace-ir/stream-class.c
plugins/ctf/common/metadata/ctf-meta-translate.c
plugins/ctf/fs-sink/fs-sink-ctf-meta.h
plugins/ctf/fs-sink/fs-sink.c
plugins/ctf/lttng-live/lttng-live.c
plugins/lttng-utils/debug-info/debug-info.c
plugins/lttng-utils/debug-info/trace-ir-metadata-copy.c
plugins/text/dmesg/dmesg.c
plugins/text/pretty/print.c
plugins/utils/muxer/muxer.c
plugins/utils/trimmer/trimmer.c
tests/bindings/python/bt2/test_clock_class.py
tests/bindings/python/bt2/test_message.py
tests/bindings/python/bt2/test_stream_class.py
This page took 0.027114 seconds and 4 git commands to generate.