X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Fstreaming%2Frun-kernel;fp=tests%2Ftools%2Fstreaming%2Frun-kernel;h=b64f233b8fa612f27ff307b56e8409c36e5cac74;hp=b87be13c50f5b191da036cd8f033864c6955b53a;hb=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hpb=c38b5107fcb9435ea7584e82f6c61319a9391fc0 diff --git a/tests/tools/streaming/run-kernel b/tests/tools/streaming/run-kernel index b87be13c5..b64f233b8 100755 --- a/tests/tools/streaming/run-kernel +++ b/tests/tools/streaming/run-kernel @@ -75,10 +75,10 @@ function test_kernel_before_start () lttng_create_session lttng_enable_consumer_localhost lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME - start_tracing $SESSION_NAME + start_lttng_tracing $SESSION_NAME # Give a second sleep 1 - stop_tracing $SESSION_NAME + stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME } @@ -89,16 +89,16 @@ function test_kernel_after_start () echo -e "\n=== Testing kernel streaming with event enable AFTER start\n" lttng_create_session lttng_enable_consumer_localhost - start_tracing $SESSION_NAME + start_lttng_tracing $SESSION_NAME lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME # Give a second sleep 1 - stop_tracing $SESSION_NAME + stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME } -start_sessiond -lttng_start_relayd "-o $TRACE_PATH" +start_lttng_sessiond +start_lttng_relayd "-o $TRACE_PATH" tests=( test_kernel_before_start ) @@ -118,8 +118,8 @@ do done echo "" -stop_sessiond -lttng_stop_relayd +stop_lttng_sessiond +stop_lttng_relayd exit $out