linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] tools/rtla: Improve argument processing
@ 2025-10-11  8:27 Costa Shulyupin
  2025-10-11  8:27 ` [PATCH v2 1/5] tools/rtla: Add fatal() and replace error handling pattern Costa Shulyupin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Costa Shulyupin @ 2025-10-11  8:27 UTC (permalink / raw)
  To: Steven Rostedt, Tomas Glozar, Costa Shulyupin, Crystal Wood,
	John Kacur, Tiezhu Yang, linux-trace-kernel, linux-kernel

The long-term goal of this patch series is to reduce code duplication
and unify argument display and parsing across all four tools.

Costa Shulyupin (5):
  tools/rtla: Add fatal() and replace error handling pattern
  tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
  tools/rtla: Replace timerlat_hist_usage("...") with fatal("...")
  tools/rtla: Replace osnoise_top_usage("...") with fatal("...")
  tools/rtla: Replace osnoise_hist_usage("...") with fatal("...")

 tools/tracing/rtla/src/osnoise_hist.c  | 74 +++++++++--------------
 tools/tracing/rtla/src/osnoise_top.c   | 68 ++++++++-------------
 tools/tracing/rtla/src/timerlat_hist.c | 82 ++++++++++----------------
 tools/tracing/rtla/src/timerlat_top.c  | 76 +++++++++---------------
 tools/tracing/rtla/src/timerlat_u.c    | 12 ++--
 tools/tracing/rtla/src/utils.c         | 15 +++++
 tools/tracing/rtla/src/utils.h         |  1 +
 7 files changed, 128 insertions(+), 200 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-29 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-11  8:27 [PATCH v2 0/5] tools/rtla: Improve argument processing Costa Shulyupin
2025-10-11  8:27 ` [PATCH v2 1/5] tools/rtla: Add fatal() and replace error handling pattern Costa Shulyupin
2025-10-11  8:27 ` [PATCH v2 2/5] tools/rtla: Replace timerlat_top_usage("...") with fatal("...") Costa Shulyupin
2025-10-11  8:27 ` [PATCH v2 3/5] tools/rtla: Replace timerlat_hist_usage("...") " Costa Shulyupin
2025-10-11  8:27 ` [PATCH v2 4/5] tools/rtla: Replace osnoise_top_usage("...") " Costa Shulyupin
2025-10-11  8:27 ` [PATCH v2 5/5] tools/rtla: Replace osnoise_hist_usage("...") " Costa Shulyupin
2025-10-29 14:23 ` [PATCH v2 0/5] tools/rtla: Improve argument processing Tomas Glozar

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).