brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 44a49e6 Raw
58 lines · plain
1================2rtla-timerlat3================4-------------------------------------------5Measures the operating system timer latency6-------------------------------------------7 8:Manual section: 19 10SYNOPSIS11========12**rtla timerlat** [*MODE*] ...13 14DESCRIPTION15===========16 17.. include:: common_timerlat_description.rst18 19The *timerlat* tracer outputs information in two ways. It periodically20prints the timer latency at the timer *IRQ* handler and the *Thread* handler.21It also provides information for each noise via the **osnoise:** tracepoints.22The **rtla timerlat top** mode displays a summary of the periodic output23from the *timerlat* tracer. The **rtla hist hist** mode displays a histogram24of each tracer event occurrence. For further details, please refer to the25respective man page.26 27MODES28=====29**top**30 31        Prints the summary from *timerlat* tracer.32 33**hist**34 35        Prints a histogram of timerlat samples.36 37If no *MODE* is given, the top mode is called, passing the arguments.38 39OPTIONS40=======41**-h**, **--help**42 43        Display the help text.44 45For other options, see the man page for the corresponding mode.46 47SEE ALSO48========49**rtla-timerlat-top**\(1), **rtla-timerlat-hist**\(1)50 51*timerlat* tracer documentation: <https://www.kernel.org/doc/html/latest/trace/timerlat-tracer.html>52 53AUTHOR54======55Written by Daniel Bristot de Oliveira <bristot@kernel.org>56 57.. include:: common_appendix.rst58