linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] rtla usage improvements
@ 2024-04-24 14:36 Daniel Bristot de Oliveira
  2024-04-24 14:36 ` [PATCH 1/8] rtla/timerlat: Simplify "no value" printing on top Daniel Bristot de Oliveira
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Daniel Bristot de Oliveira @ 2024-04-24 14:36 UTC (permalink / raw)
  To: Daniel Bristot de Oliveira, Steven Rostedt, linux-trace-kernel
  Cc: Jonathan Corbet, Juri Lelli, linux-doc, linux-kernel

Hi

These are some changes I have accumulated in the last
weeks. Mostly improving the tool's user experience.

 - On timerlat top, remove an extra \n that was breaking
   the output.

 - Replace \t with '       ' on the auto analysis, fixing some
   copy & paste.

 - On timerlat top, do not print TTY formatting characters when
   the output is not sent to a terminal, because they break the
   output.

 - on timerlat top and hist, add a summary with the overall results.
   For instance, the minimum value for all CPUs, the overall average
   and the maximum value from all CPUs.

 - Add a --warm-up <seconds> option, allowing the workload to run for
   <seconds> before starting to collect results.

 - Add a --trace-buffer-size option, allowing the user to set the
   tracing buffer size. This is mainly useful for reducing the trace
   file.

 - Make the user-space threads the default choice, also adding the
   a -k option, allowing the user to switch to kerne-threads.

Daniel Bristot de Oliveira (8):
  rtla/timerlat: Simplify "no value" printing on top
  rtla/auto-analysis: Replace \t with spaces
  rtla/timerlat: Use pretty formatting only on interactive tty
  rtla/timerlat: Add a summary for top mode
  rtla/timerlat: Add a summary for hist mode
  rtla: Add the --warm-up option
  rtla/timerlat: Make user-space threads the default
  rtla: Add --trace-buffer-size option

 Documentation/tools/rtla/common_options.rst   |   7 +
 .../tools/rtla/common_timerlat_options.rst    |   6 +-
 tools/tracing/rtla/src/osnoise_hist.c         |  41 ++-
 tools/tracing/rtla/src/osnoise_top.c          |  41 ++-
 tools/tracing/rtla/src/timerlat_aa.c          | 109 ++++----
 tools/tracing/rtla/src/timerlat_hist.c        | 220 ++++++++++++++--
 tools/tracing/rtla/src/timerlat_top.c         | 236 +++++++++++++++---
 tools/tracing/rtla/src/trace.c                |  15 ++
 tools/tracing/rtla/src/trace.h                |   1 +
 9 files changed, 566 insertions(+), 110 deletions(-)

-- 
2.44.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-16 13:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 14:36 [PATCH 0/8] rtla usage improvements Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 1/8] rtla/timerlat: Simplify "no value" printing on top Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 2/8] rtla/auto-analysis: Replace \t with spaces Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 3/8] rtla/timerlat: Use pretty formatting only on interactive tty Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 4/8] rtla/timerlat: Add a summary for top mode Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 5/8] rtla/timerlat: Add a summary for hist mode Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 6/8] rtla: Add the --warm-up option Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 7/8] rtla/timerlat: Make user-space threads the default Daniel Bristot de Oliveira
2024-04-24 14:36 ` [PATCH 8/8] rtla: Add --trace-buffer-size option Daniel Bristot de Oliveira
2024-05-16 13:25   ` Daniel Bristot de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).