From: Christian Babeux Date: Mon, 24 Sep 2012 16:11:47 +0000 (-0400) Subject: Tests: Rename helper functions to have consistent names X-Git-Tag: v2.1.0-rc4~12 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hp=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;p=lttng-tools.git Tests: Rename helper functions to have consistent names Most of the helper functions had inconsistent naming. Suggested naming convention for helper functions: _ or _lttng_ List of modified helper functions: lttng_start_relayd -> start_lttng_relayd lttng_stop_relayd -> stop_lttng_relayd start_sessiond -> start_lttng_sessiond stop_sessiond -> stop_lttng_sessiond start_tracing -> start_lttng_tracing stop_tracing -> stop_lttng_tracing Signed-off-by: Christian Babeux Signed-off-by: David Goulet ---