Skip to content

Commit 59c22f7

Browse files
John KacurDaniel Bristot de Oliveira
authored andcommitted
rtla: Documentation: Fix -t, --trace
Move -t, --trace from common_options.rst to common_osnoise_options.rst and common_timerlat_options.rst so that it will appear in the man pages rtla-timerlat-hist.1 rtla-timerlat-top.1 rtla-osnoise-hist.1 rtla-osnoise-top.1 Remove the equals ('=') sign and add a space. Link: https://lkml.kernel.org/r/20240516143121.12614-1-jkacur@redhat.com Cc: Daniel Bristot de Oliveria <bristot@kernel.org> Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
1 parent 842fc5b commit 59c22f7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Documentation/tools/rtla/common_options.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
Print debug info.
1616

17-
**-t**, **--trace**\[*=file*]
18-
19-
Save the stopped trace to [*file|osnoise_trace.txt*].
20-
2117
**-e**, **--event** *sys:event*
2218

2319
Enable an event in the trace (**-t**) session. The argument can be a specific event, e.g., **-e** *sched:sched_switch*, or all events of a system group, e.g., **-e** *sched*. Multiple **-e** are allowed. It is only active when **-t** or **-a** are set.

Documentation/tools/rtla/common_osnoise_options.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525

2626
Specify the minimum delta between two time reads to be considered noise.
2727
The default threshold is *5 us*.
28+
29+
**-t**, **--trace** \[*file*]
30+
31+
Save the stopped trace to [*file|osnoise_trace.txt*].

Documentation/tools/rtla/common_timerlat_options.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
2323
argument in us.
2424

25+
**-t**, **--trace** \[*file*]
26+
27+
Save the stopped trace to [*file|timerlat_trace.txt*].
28+
2529
**--dma-latency** *us*
2630
Set the /dev/cpu_dma_latency to *us*, aiming to bound exit from idle latencies.
2731
*cyclictest* sets this value to *0* by default, use **--dma-latency** *0* to have

0 commit comments

Comments
 (0)