Cleanup: rename `get_domain_str()` -> `lttng_domain_type_str()`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 25 May 2021 19:57:59 +0000 (15:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Jul 2021 17:36:29 +0000 (13:36 -0400)
commit1ceda6f154db93be802eeea64bc9eb49840fd402
tree28217b182699cc8afb2b6833dc00c9ff443f179c
parent54e92d5f4c74203b3aa555b7534fbb540664e0c8
Cleanup: rename `get_domain_str()` -> `lttng_domain_type_str()`

Both functions currently exist in the code base and accomplish the same
goal. Let's keep only one of them.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2254b846f0b5bdc883c86d970fde7daffa9e6155
src/bin/lttng/commands/add_context.c
src/bin/lttng/commands/add_trigger.c
src/bin/lttng/commands/disable_channels.c
src/bin/lttng/commands/disable_events.c
src/bin/lttng/commands/enable_channels.c
src/bin/lttng/commands/enable_events.c
src/bin/lttng/commands/list.c
src/bin/lttng/utils.c
src/bin/lttng/utils.h
src/common/mi-lttng.c
This page took 0.026879 seconds and 5 git commands to generate.