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/5160
JIRA: https://issues.redhat.com/browse/RHEL-58061
Conflicts: RHEL-9.x does not have commit fb9e90a ("rtla/timerlat: Make
user-space threads the default) and that leads to a small merge
conflict.
commit e9a4062
Author: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: Thu May 16 16:15:22 2024 +0200
rtla: Add --trace-buffer-size option
Add the option allow the users to set a different buffer size for the
trace. For example, in large systems, the user might be interested on
reducing the trace buffer to avoid large tracing files.
The buffer size is specified in kB, and it is only affecting
the tracing instance.
The function trace_set_buffer_size() appears on libtracefs v1.6,
so increase the minimum required version on Makefile.config.
Link: https://lkml.kernel.org/r/e7c9ca5b3865f28e131a49ec3b984fadf2d056c6.1715860611.git.bristot@kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: John Kacur <jkacur@redhat.com>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
Approved-by: Eder Zulian <ezulian@redhat.com>
Approved-by: Phil Auld <pauld@redhat.com>
Approved-by: Tomáš Glozar <tglozar@redhat.com>
Approved-by: Derek Barbosa <debarbos@redhat.com>
Approved-by: Wander Lairson Costa <wander@redhat.com>
Approved-by: Gabriele Monaco <gmonaco@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
Copy file name to clipboardExpand all lines: Documentation/tools/rtla/common_options.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@
54
54
55
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.
56
56
57
+
**--trace-buffer-size** *kB*
58
+
Set the per-cpu trace buffer size in kB for the tracing output.
0 commit comments