automated: linux: rtla: use long options

Write out the option name for the rtla commands.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
diff --git a/automated/linux/rtla/rtla-osnoise.sh b/automated/linux/rtla/rtla-osnoise.sh
index aa5ec7c..2cfe63b 100755
--- a/automated/linux/rtla/rtla-osnoise.sh
+++ b/automated/linux/rtla/rtla-osnoise.sh
@@ -33,11 +33,11 @@
 
 # real-time priority FIFO:1, on all CPUs, for 900ms at each period (1s by default)
 rtla osnoise hist -P F:1 -r 900000 -d "${DURATION}" --no-header --trace \
-     -e osnoise:irq_noise \
+     --event osnoise:irq_noise \
      --trigger hist:key=cpu,desc,duration.buckets=1000:sort=duration \
-     -e osnoise:thread_noise \
+     --event osnoise:thread_noise \
      --trigger hist:key=cpu,comm,duration.buckets=1000:sort=duration \
-     -e osnoise:sample_threshold \
+     --event osnoise:sample_threshold \
      --trigger 'hist:key=cpu,duration.buckets=1000:sort=duration if interference == 0' \
     | tee -a "${TMPFILE}"
 
diff --git a/automated/linux/rtla/rtla-timerlat.sh b/automated/linux/rtla/rtla-timerlat.sh
index e65c77d..e99371e 100755
--- a/automated/linux/rtla/rtla-timerlat.sh
+++ b/automated/linux/rtla/rtla-timerlat.sh
@@ -32,9 +32,9 @@
 background_process_start bgcmd --cmd "${BACKGROUND_CMD}"
 
 rtla timerlat hist --dma-latency=0 -d "${DURATION}" --no-header --trace \
-     -e osnoise:irq_noise \
+     --event osnoise:irq_noise \
      --trigger hist:key=cpu,desc,duration.buckets=1000:sort=duration \
-     -e osnoise:thread_noise \
+     --event osnoise:thread_noise \
      --trigger hist:key=cpu,comm,duration.buckets=1000:sort=duration \
     | tee -a "${TMPFILE}"