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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 21:19:12 +0000 (17:19 -0400)
commit9b24b6aa4258079f2b59fa156dd3e070969f6f2a
treee31327eff29af6903be147026d554deffb6de711
parentafd452743c7fcc89246029f68055d6f251c857e6
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.027982 seconds and 4 git commands to generate.