Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / ust / test_event_perf
index 478ffb4e6f34e96b16889eb1eb7799eb273ae2d7..8bdff2c7b4f167f76c9bdf7093e2cdefd9068452 100755 (executable)
@@ -66,11 +66,11 @@ function test_event_basic()
 
        add_ust_lttng_context $SESSION_NAME $CHAN_NAME "perf:thread:page-fault"
 
-       start_lttng_tracing
+       start_lttng_tracing_ok
 
        $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
 
-       stop_lttng_tracing
+       stop_lttng_tracing_ok
 
        destroy_lttng_session $SESSION_NAME
 
This page took 0.023575 seconds and 4 git commands to generate.