[PATCH v3 6/7] Documentation/rtla: Rename sample/ to example/

Tomas Glozar posted 7 patches 3 months, 2 weeks ago
[PATCH v3 6/7] Documentation/rtla: Rename sample/ to example/
Posted by Tomas Glozar 3 months, 2 weeks ago
The sample/ directory in tools/tracing/rtla was renamed to example/ in
an earlier commit.

Rename it also in the documentation.

Signed-off-by: Tomas Glozar <tglozar@redhat.com>
---
 Documentation/tools/rtla/common_timerlat_options.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/tools/rtla/common_timerlat_options.rst b/Documentation/tools/rtla/common_timerlat_options.rst
index 1f5d024b53aa..c6046fcf52dc 100644
--- a/Documentation/tools/rtla/common_timerlat_options.rst
+++ b/Documentation/tools/rtla/common_timerlat_options.rst
@@ -64,4 +64,4 @@
 
         Set timerlat to run without workload, waiting for the user to dispatch a per-cpu
         task that waits for a new period on the tracing/osnoise/per_cpu/cpu$ID/timerlat_fd.
-        See linux/tools/rtla/sample/timerlat_load.py for an example of user-load code.
+        See linux/tools/rtla/example/timerlat_load.py for an example of user-load code.
-- 
2.51.0
Re: [PATCH v3 6/7] Documentation/rtla: Rename sample/ to example/
Posted by Wander Lairson Costa 3 months, 1 week ago
On Mon, Oct 27, 2025 at 04:34:00PM +0100, Tomas Glozar wrote:
> The sample/ directory in tools/tracing/rtla was renamed to example/ in
> an earlier commit.
> 
> Rename it also in the documentation.
> 
> Signed-off-by: Tomas Glozar <tglozar@redhat.com>
> ---
>  Documentation/tools/rtla/common_timerlat_options.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/tools/rtla/common_timerlat_options.rst b/Documentation/tools/rtla/common_timerlat_options.rst
> index 1f5d024b53aa..c6046fcf52dc 100644
> --- a/Documentation/tools/rtla/common_timerlat_options.rst
> +++ b/Documentation/tools/rtla/common_timerlat_options.rst
> @@ -64,4 +64,4 @@
>  
>          Set timerlat to run without workload, waiting for the user to dispatch a per-cpu
>          task that waits for a new period on the tracing/osnoise/per_cpu/cpu$ID/timerlat_fd.
> -        See linux/tools/rtla/sample/timerlat_load.py for an example of user-load code.
> +        See linux/tools/rtla/example/timerlat_load.py for an example of user-load code.
> -- 
> 2.51.0
> 

Reviewed-by: Wander Lairson Costa <wander@redhat.com>