po 8. 9. 2025 v 4:06 odesÃlatel Ivan Pravdin <ipravdin.offic...@gmail.com> napsal: > > When running rtla as > > `rtla <timerlat|osnoise> <top|hist> -t custom_file.txt -a 100` > > -a options override trace output filename specified by -t option. > Running the command above will create <timerlat|osnoise>_trace.txt file > instead of custom_file.txt. Fix this by making sure that -a option does > not override trace output filename even if it's passed after trace > output filename is specified. > > Fixes: 173a3b014827 ("rtla/timerlat: Add the automatic trace option") > Signed-off-by: Ivan Pravdin <ipravdin.offic...@gmail.com>
This part is good, the only problematic bit was the clear_terminal stuff. Reviewed-by: Tomas Glozar <tglo...@redhat.com> Tomas