You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5009
JIRA: https://issues.redhat.com/browse/RHEL-50869
List of upstream commits backported:
```
2201aea rtla: Make doc build optional
6127383 Documentation: Add tools/rtla timerlat -u option documentation
a23c05f tools/rtla: Add -U/--user-load option to timerlat
5f07693 rtla/timerlat: Simplify "no value" printing on top
a40e5e4 rtla/auto-analysis: Replace \t with spaces
f5c0cda rtla/timerlat: Use pretty formatting only on interactive tty
285dcb7 rtla/timerlat: Add a summary for top mode
1462501 rtla/timerlat: Add a summary for hist mode
cdbf719 rtla: Add the --warm-up option
01b05fc rtla/timerlat: Fix histogram report when a cpu count is 0
842fc5b rtla: Fix -t\--trace[=file]
59237b0 rtla/osnoise: Use pretty formatting only on interactive tty
587f05a rtla/osnoise: Better report when histogram is empty
c40583e rtla/osnoise: set the default threshold to 1us
```
Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
Approved-by: Tomáš Glozar <tglozar@redhat.com>
Approved-by: Joe Lawrence <joe.lawrence@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Approved-by: Eder Zulian <ezulian@redhat.com>
Merged-by: Lucas Zampieri <lzampier@redhat.com>
Copy file name to clipboardExpand all lines: Documentation/tools/rtla/common_options.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@
50
50
51
51
Set a *cgroup* to the tracer's threads. If the **-C** option is passed without arguments, the tracer's thread will inherit **rtla**'s *cgroup*. Otherwise, the threads will be placed on the *cgroup* passed to the option.
52
52
53
+
**--warm-up** *s*
54
+
55
+
After starting the workload, let it run for *s* seconds before starting collecting the data, allowing the system to warm-up. Statistical data generated during warm-up is discarded.
0 commit comments