linux-stable/Documentation/tools/rtla
Xie XiuQi 81ec384b80 rtla: fix a example in rtla-timerlat-hist.rst
The following error message is reported when running the example in document.

  # timerlat hist -d 10m -c 0-4 -P d:100us:1ms -p 1ms --no-aa
  Failed to set timerlat period
  Could not apply config

The unit of the period is microsecond, '1ms' cannot be accepted.

  usage: [rtla] timerlat hist [-h] [-q] [-d s] [-D] [-n] [-a us] [-p us] [-i us] [-T us] [-s us] ...
         ...
	  -p/--period us: timerlat period in us
         ...

Also fix another minor missleading comment.

Link: https://lore.kernel.org/lkml/20230919133028.697144-1-xiexiuqi@huaweicloud.com

Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
2023-09-22 14:44:04 +02:00
..
Makefile rtla/Makefile: Properly handle dependencies 2022-05-26 15:17:48 -04:00
common_appendix.rst rtla: Documentation: fix email addresses 2022-04-20 02:39:16 -06:00
common_hist_options.rst rtla/hist: Make -E the short version of --entries 2022-02-25 21:05:30 -05:00
common_options.rst rtla: Add --house-keeping option 2023-06-13 16:26:03 -04:00
common_osnoise_description.rst rtla: Fix systme -> system typo on man page 2022-02-23 21:52:18 -05:00
common_osnoise_options.rst rtla/osnoise: Add the automatic trace option 2022-03-15 14:36:49 -04:00
common_timerlat_aa.rst rtla/timerlat_hist: Add auto-analysis support 2023-06-13 16:35:46 -04:00
common_timerlat_description.rst rtla: Add rtla timerlat documentation 2022-01-13 17:02:43 -05:00
common_timerlat_options.rst Documentation: Add tools/rtla timerlat -u option documentation 2023-06-13 16:43:37 -04:00
common_top_options.rst rtla: Add rtla osnoise top documentation 2022-01-13 17:02:43 -05:00
index.rst Documentation/rtla: Add hwnoise man page 2023-02-13 23:56:46 -05:00
rtla-hwnoise.rst Documentation/rtla: Add hwnoise man page 2023-02-13 23:56:46 -05:00
rtla-osnoise-hist.rst rtla/hist: Make -E the short version of --entries 2022-02-25 21:05:30 -05:00
rtla-osnoise-top.rst rtla: Add rtla osnoise top documentation 2022-01-13 17:02:43 -05:00
rtla-osnoise.rst
rtla-timerlat-hist.rst rtla: fix a example in rtla-timerlat-hist.rst 2023-09-22 14:44:04 +02:00
rtla-timerlat-top.rst Documentation: Fix typos 2023-08-18 11:29:03 -06:00
rtla-timerlat.rst rtla: Add rtla timerlat documentation 2022-01-13 17:02:43 -05:00
rtla.rst