lib: rename `bt_scope` -> `bt_field_path_scope`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 21:42:25 +0000 (17:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 23:19:09 +0000 (19:19 -0400)
commite7ceb9df3c98e0b0d394f38c8c63fd236a2a0e06
tree1d8620390f2fae22ecf399f6a1d4ece375f5392c
parentd847ef864b2e8a14af0b2b4c926c1cd33768948c
lib: rename `bt_scope` -> `bt_field_path_scope`

Also rename `bt2.Scope` to `bt2.FieldPathScope`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ieb4c13a336234bfc30223a4afed4e521472cefe3
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1779
Tested-by: jenkins <jenkins@lttng.org>
include/babeltrace2/trace-ir/field-path-const.h
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/field_path.py
src/common/common.h
src/lib/trace-ir/field-path.c
src/lib/trace-ir/field-path.h
src/lib/trace-ir/resolve-field-path.c
src/plugins/ctf/fs-sink/translate-trace-ir-to-ctf-ir.c
src/plugins/lttng-utils/debug-info/trace-ir-metadata-field-class-copy.c
src/plugins/text/details/write.c
tests/bindings/python/bt2/test_field_class.py
This page took 0.025181 seconds and 4 git commands to generate.