X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2Fhigh-throughput%2Frun;fp=tests%2Fust%2Fhigh-throughput%2Frun;h=dff5fdd4978b437ac1c76f9d3a97868dc8a39133;hp=f86a17a14f8fd1e6015a07c6bbe00dc0fdc35ab4;hb=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hpb=c38b5107fcb9435ea7584e82f6c61319a9391fc0 diff --git a/tests/ust/high-throughput/run b/tests/ust/high-throughput/run index f86a17a14..dff5fdd49 100755 --- a/tests/ust/high-throughput/run +++ b/tests/ust/high-throughput/run @@ -36,12 +36,12 @@ TRACE_PATH=$(mktemp -d) # MUST set TESTDIR before calling those functions -start_sessiond +start_lttng_sessiond create_lttng_session $SESSION_NAME $TRACE_PATH enable_ust_lttng_event $SESSION_NAME $EVENT_NAME -start_tracing $SESSION_NAME +start_lttng_tracing $SESSION_NAME for i in `seq 1 $NR_ITER`; do ./$CURDIR/$BIN_NAME & >/dev/null 2>&1 @@ -54,10 +54,10 @@ while [ -n "$(pidof $BIN_NAME)" ]; do done echo "" -stop_tracing $SESSION_NAME +stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME -stop_sessiond +stop_lttng_sessiond # Validate test