Tests: Rename helper functions to have consistent names
[lttng-tools.git] / tests / ust / nprocesses / ust-nprocesses
index 7355057178501e5ee934ea1e77d93dbbe2cba127..90c0c2e9b9dca4aa92e1b777454349cd21885416 100755 (executable)
@@ -52,13 +52,13 @@ TRACE_PATH=$(mktemp -d)
 create_lttng_session $SESSION_NAME $TRACE_PATH
 
 enable_ust_lttng_event $SESSION_NAME $EVENT_NAME
-start_tracing $SESSION_NAME
+start_lttng_tracing $SESSION_NAME
 
 echo "Sleeping $TEST_WAIT_SEC seconds for tracing to start everywhere"
 echo "Warning: this arbitrary time can make the test fail on slower system"
 sleep $TEST_WAIT_SEC
 
-stop_tracing $SESSION_NAME
+stop_lttng_tracing $SESSION_NAME
 destroy_lttng_session $SESSION_NAME
 
 rm -rf $TRACE_PATH
This page took 0.023313 seconds and 4 git commands to generate.