Skip to content

Commit

Permalink
automated: linux: rtla: use long options
Browse files Browse the repository at this point in the history
Write out the option name for the rtla commands.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Sep 16, 2024
1 parent c6150a9 commit a4f1cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions automated/linux/rtla/rtla-osnoise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ background_process_start bgcmd --cmd "${BACKGROUND_CMD}"

# 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}"

Expand Down
4 changes: 2 additions & 2 deletions automated/linux/rtla/rtla-timerlat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ create_out_dir "${OUTPUT}"
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}"

Expand Down

0 comments on commit a4f1cd8

Please sign in to comment.