Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/rtla: Fix typo in common_timerlat_options.txt

Fix "awakes" being used in place of "awakened" in --users-threads option
documentation.

Fixes: 612738321774 ("Documentation: Add tools/rtla timerlat -u option documentation")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-3-tglozar@redhat.com>

authored by

Tomas Glozar and committed by
Jonathan Corbet
6524d31e aad1530f

+1 -1
+1 -1
Documentation/tools/rtla/common_timerlat_options.txt
··· 56 56 **-u**, **--user-threads** 57 57 58 58 Set timerlat to run without a workload, and then dispatches user-space workloads 59 - to wait on the timerlat_fd. Once the workload is awakes, it goes to sleep again 59 + to wait on the timerlat_fd. Once the workload is awakened, it goes to sleep again 60 60 adding so the measurement for the kernel-to-user and user-to-kernel to the tracer 61 61 output. **--user-threads** will be used unless the user specify **-k**. 62 62