public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/14] rtla: Update for tools for 6.14
@ 2025-01-24 18:48 Steven Rostedt
  2025-01-24 18:48 ` [for-next][PATCH 01/14] tools/rtla: Add basic test suite Steven Rostedt
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Steven Rostedt @ 2025-01-24 18:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tomas Glozar, John Kacur

  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
tools/for-next

Head SHA1: cf186201118c953c3a0256312a186b3d24ffdb9f


Costa Shulyupin (1):
      tools/rtla: Add osnoise_trace_is_off()

Tomas Glozar (13):
      tools/rtla: Add basic test suite
      rtla: Add trace_instance_stop
      rtla/timerlat_hist: Stop timerlat tracer on signal
      rtla/timerlat_top: Stop timerlat tracer on signal
      rtla/timerlat_hist: Abort event processing on second signal
      rtla/timerlat_top: Abort event processing on second signal
      rtla/osnoise: Distinguish missing workload option
      rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
      rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads
      rtla: Count missed trace events
      rtla: Count all processed events
      rtla: Add function to report missed events
      rtla: Report missed event count

----
 tools/tracing/rtla/Makefile            |  4 ++-
 tools/tracing/rtla/src/osnoise.c       | 38 +++++++++++++++++++-
 tools/tracing/rtla/src/osnoise.h       |  2 ++
 tools/tracing/rtla/src/osnoise_hist.c  |  5 +--
 tools/tracing/rtla/src/osnoise_top.c   |  5 +--
 tools/tracing/rtla/src/timerlat_hist.c | 37 ++++++++++++++-----
 tools/tracing/rtla/src/timerlat_top.c  | 40 ++++++++++++++++-----
 tools/tracing/rtla/src/trace.c         | 65 ++++++++++++++++++++++++----------
 tools/tracing/rtla/src/trace.h         |  4 ++-
 tools/tracing/rtla/tests/engine.sh     | 48 +++++++++++++++++++++++++
 tools/tracing/rtla/tests/hwnoise.t     | 21 +++++++++++
 tools/tracing/rtla/tests/osnoise.t     | 19 ++++++++++
 tools/tracing/rtla/tests/timerlat.t    | 27 ++++++++++++++
 13 files changed, 272 insertions(+), 43 deletions(-)
 create mode 100644 tools/tracing/rtla/tests/engine.sh
 create mode 100644 tools/tracing/rtla/tests/hwnoise.t
 create mode 100644 tools/tracing/rtla/tests/osnoise.t
 create mode 100644 tools/tracing/rtla/tests/timerlat.t

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

end of thread, other threads:[~2025-01-24 18:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 18:48 [for-next][PATCH 00/14] rtla: Update for tools for 6.14 Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 01/14] tools/rtla: Add basic test suite Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 02/14] rtla: Add trace_instance_stop Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 03/14] rtla/timerlat_hist: Stop timerlat tracer on signal Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 04/14] rtla/timerlat_top: " Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 05/14] rtla/timerlat_hist: Abort event processing on second signal Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 06/14] rtla/timerlat_top: " Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 07/14] rtla/osnoise: Distinguish missing workload option Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 08/14] rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 09/14] rtla/timerlat_top: " Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 10/14] tools/rtla: Add osnoise_trace_is_off() Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 11/14] rtla: Count missed trace events Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 12/14] rtla: Count all processed events Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 13/14] rtla: Add function to report missed events Steven Rostedt
2025-01-24 18:48 ` [for-next][PATCH 14/14] rtla: Report missed event count Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox